IDOAppletControlModel
| Attribute | Type | Description |
|---|---|---|
| operate | Int | 0: Invalid 1: Start applet 2: Delete applet 3: Get installed applet list |
| appName | String | Applet name operate=0/operate=3 is invalid, the get operation does not need to send the name, the maximum is 29 bytes |
IDOAppletInfoModel
| Attribute | Type | Description |
|---|---|---|
| errorCode | Int | Error code: 0: Success 17: The current application is running 22: Low power 26: In power saving mode 27: In motion 28: In a call 29: Charging |
| infoItem | List |
Applet list operate=3 is valid |
| appletNum | Int | Number of applet Maximum 50, operate=3 is valid |
| operate | Int | 0: Invalid 1: Start applet 2: Delete applet 3: Get installed applet list |
| residualSpace | Int | Remaining space in Byte |
| totalSpace | Int | Total space in Byte |
IDOAppletInfoItem
| Attribute | Type | Description |
|---|---|---|
| appName | String | Mini program name, maximum value 29 bytes |
| size | Int | Mini program size in Byte |
| version | String | Mini program version number |