v1.5 Documentation

These reference documents are designed to help you when things don't go as planned. The individual screen type documents are useful for looking up available JSON properties.

Menus
Content Screens
Settings Screens
Splash Screens
Other Actions
Text Us (SMS)
Launches the devices default text-messsage SMS application with a pre-configured to-number and message.
Sample JSON
{"itemId":"99999", "itemType":"BT_screen_sms", "itemNickname":"Text Us", "textToNumber":"434-567-3455", "textMessage":"Attention service department"}
* Required
Text Us (SMS) Properties
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_sms"
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.
Telephone Number * "textToNumber":"545-545-4345"
The telephone number to pre-configure the compose screen with.
Message "textMessage":"A message..."
A message to pre-configure the compose screen with. The pre-filled message cannot contain any carriage returns or line-breaks.
Other
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.