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
Image Items
Image Items are used in an Image Gallery. Every image in the gallery is an individual item.
Sample JSON
{"itemId":"99999", "itemType":"BT_imageItem", "imageName":"coolImage.png"}
* Required
Image Item 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_imageItem"
Used by the mobile app to determine what type of item to create.
Image Name * "imageName":"coolImage.png"
OR
"imageURL":"http://www.mysite.com/coolImage.png"
Use imageName or imageURL, not both. If an imageName is used the image must exist in the Xcode or Eclipse project.
Image Title "imageTitle":"This is a cool image"
The title (caption) to display with the image.