Skip to main content
Skip table of contents

Inter-Application API

Supported Platforms:

  • Pitcher Impact iOS

  • Pitcher Impact Android

  • Pitcher Impact Windows

Not Supported Platforms:

  • Pitcher Connect

Pitcher uses URL scheme standard for inter-app communication.

Other applications can call Pitcher with a set of parameters, such as file IDs, to launch certain content or start a visit. 
Pitcher can also show a 'go back' overlay on the home screen to make it easy for end users to go back to the caller application.

For the cases where the 255 character limit of the URL protocol is a limiting factor, Pitcher also supports longer parameters to be passed to and passed from via the clipboard.

For Pitcher specific examples, please see below:

Example 1:
pitcher://50000/2 - launches content 50000 and goes to page 2 (if the content is downloaded and available)

Example 2:
pitcher://9999999 - If Pitcher is not running, it auto-fills the code part with 9999999

Example 3:

CODE
pitcher://meeting?appID=947&accountID=ACCID&contactIDs=CID2,CID6

opens instance ID 947, starts a meeting with ACCID and 2 contacts CID2, CID6

To open an external app      

CODE
 Ti.App.fireEvent("launchExternal",{"urlV":"xyz"});

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.