Launch Native App
Launches a devices native app. Data string values are entries like a
a web-address, street address,
phone number, email address, text-message number, or another custom value
expected by the device. The value you use will depend on the type of app
you are launching.
Sample JSON
{"itemId":"99999", "itemType":"BT_screen_launchNativeApp", "itemNickname":"Launch Browser",
"appToLaunch":"browser", "dataURL":"http://www.google.com"}
* Required
Item Id *
|
"itemId":"a unique id"
A unique number or string identifiying this item from all other items in the
configuration file.
|
Item Type *
|
"itemType":"BT_screen_launchNativeApp"
Used by the mobile app to determine what type of item to create.
|
Item Nickname *
|
"itemNickname":"A unique nickname"
The nickname of the item in the buzztouch control panel.
|
App To Launch *
|
"appToLaunch":"browser"
Options: browser, youTube, googleMaps, musicStore, appStore,
mail, sms, dialer, customURLScheme
|
Data String *
|
"dataURL":"http://www.google.com"
The URL or custom data string necessary to launch the app. This could be
a phone number, streeet address, web-site address, etc.
|
Login Required
|
"loginRequired":"0"
Options: 0 or 1 where 1 = yes.
App must implement a Login screen.
|
Hide From Search
|
"hideFromSearch":"0"
Options: 0 or 1 where 1 = yes.
Hides from search results if the
app implements a Search Menu screen.
|
|