App List Style
IDOAppListStyleParamModel
| Property Name | Type | Description |
|---|---|---|
| operate | Int | Operation type: 1:Set 2:Query 3:Delete |
| fontColor | Int | Font color |
| name | String | Wallpaper name |
| wallpaperVersion | Int | Wallpaper version |
IDOAppListStyleReplyModel
| Property Name | Type | Description |
|---|---|---|
| operate | Int | Operation type: 1:Set 2:Query 3:Delete |
| errorCode | Int | Error code: 0:Success 1:Failure |
| applicationListTotalNum | Int | Total number of app list wallpapers |
| userApplicationListItemNum | Int | Number of app list wallpapers used, maximum 20 |
| applicationListCapacitySize | Int | Total capacity of app list wallpapers, unit: Byte |
| userApplicationListCapacitySize | Int | Used capacity of app list wallpapers, unit: Byte |
| listItems | IDOApplicationListItem | App list wallpaper sub-items, controlled by used quantity, valid for query operation |
IDOApplicationListItem
| Property Name | Type | Description |
|---|---|---|
| sortNumber | Int | App list wallpaper sort number, starting from 0 |
| fontColor | Int | Font color |
| size | Int | Current app list wallpaper space usage, unit: byte |
| name | String | Wallpaper name |
| wallpaperVersion | Int | Wallpaper version |