Metova

Third-Party Support

Third-Party applications can launch Vision while supplying a custom search query.

Example Code
String codFilename = "vtube";
String[] args = new String[] { "q=Calvin & Hobbs" };

int moduleHandle = CodeModuleManager.getModuleHandle( codFilename );
ApplicationDescriptor[] applicationDescriptors = CodeModuleManager.getApplicationDescriptors( moduleHandle );
ApplicationDescriptor applicationDescriptor = new ApplicationDescriptor( applicationDescriptors[0], args );
ApplicationManager.getApplicationManager().runApplication( applicationDescriptor );
Argument Description
vtube Cod Filename
q= Search Query Parameter
Calvin & Hobbs What to Search

RIM Knowledge Base Article

How To - Launch a third-party application from another third-party application

Available since

1.0.21

Search

Searching Vision for YouTube

Table of Contents



Labels

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

0 Comments on "Third-Party Support"

© 2009 Metova, Inc.