Launches the webOS messaging application. Can be pre-populated with a message.
Example usage:
this.controller.serviceRequest('palm://com.palm.applicationManager', {
method: 'launch',
parameters: {
id: 'com.palm.app.messaging',
params: {
messageText: "Check out: "+this.storyFeed.stori
es[this.storyIndex].url
}
}
});
It is also possible to pass a recipient in as part of the email or messaging calls. Palm has not yet revealed the parameter for this functionality.