Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

This section describe the app json received from the server

The configuration is retrieved from :

/app/getInfosAndroid3/IDAPP

/app/getInfosIphone3/IDAPP

/app/getInfosWindows/IDAPP

JSON Structure

The JSON receive form the server is in the form :

{
  categories:[{..},{..},{..},...],
  styles:{},
  images:[],
  adv:"true|false",
  layout:"",
layoutoption : {},
pageoption:{}
}

 

NameTypeDescription

categories

arrayan array of page definition

styles

hashan hash of key,value style info

images

arrayan array of images url used inside the app
advstring"true" if the app have banner active

layout

stringrefer to Layout Definition
layoutoptionhashrefer to Layout Definition
pageoptionhashrefer to Page Option

 

 

  • No labels