(Required) The target filter.
<invoke-target>
| Name | Cardinality |
|---|---|
| action | At minimum, one instance |
| mime-type | At minimum, one instance |
| property | Any number |
The <filter> element specifies the target filter. For each target, filters must be declared to describe the kinds of unbound invocation they support. Each filter defines the associated action performed for MIME types that match the filter. Client apps perform unbound invocation by sending the invocation without specifying a target. Unbound invocations should generally provide an action, but must provide either a MIME type, URI, or both.
None.
None.
<qnx>
...
...
<action system="true">run_native</action>
<invoke-target id="com.mycompany.pdf.viewer">
<invoke-target-type>viewer</invoke-target-type>
<filter>
<action>bb.action.VIEW</action>
<action>bb.action.EDIT</action>
<mime-type>application/pdf</mime-type>
<mime-type>application/x-pdf</mime-type>
</filter>
</invoke-target>
...
...
</qnx>