Query Response

An object generated by a successful invocation query. It contains information about a set of targets that can be invoked with the specified action.


Supported Platform(s)

View Supported Platform Table
APIBB5.0BB6.0BB7.0PB1.0PB2.0BB10Ripple
action             
default             
icon             
label             
targets             

Configuration Document Settings

To use all of the API described for this object, you must ensure the following settings are in your configuration document:

This API does not require a <feature> element to be declared in the configuration document of your BlackBerry WebWorks Application.

Permission Elements (PlayBook and BlackBerry 10+)
This API does not require a <permission> element to be declared in the configuration document of your BlackBerry WebWorks Application.

Properties

String action
String default
String icon
String label
QueryResponseTarget[] targets

Properties

String action


The action that is supported for the specified query. All targets in the targets array property can be invoked using this action.


Supported Platforms

String default


The name of the target that should be considered as the default provider for the action. If the attribute is omitted then there is no default.


Supported Platforms

String icon


The path of the icon file that may be used to represent the action.


Supported Platforms

String label


The label that can be used to represent the action.


Supported Platforms

QueryResponseTarget[] targets


An array of objects containing information about targets that correspond to the action.


Supported Platforms

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Dec 30 2012 18:15:43 GMT-0500 (EST)