www.webOShelp.net

Get the latest on:webOS Developers' RSS FeedwebOS Facebook page webOS Twitter Feed

Home Resources Mojo Services API palm://com.palm.applicationManager - launch - com.palm.app.messaging

palm://com.palm.applicationManager - launch - com.palm.app.messaging

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.