Emotion Health Reminder
IDOEmotionHealthReminderParamModel
| Property Name | Type | Description |
|---|---|---|
| operate | Int | Operation type: 0:Invalid 1:Set 2:Query |
| notifyType | Int | Notification type: 0:Invalid 1:Allow notification 2:Silent notification 3:Close notification |
| emotionalHealthSwitch | Int | Emotion health master switch: 1:On 0:Off |
| pressureRemind | IDOPressureRemindConfig | Pressure reminder configuration |
| unpleasantRemind | IDOUnpleasantRemindConfig | Unhappy reminder configuration |
IDOEmotionHealthReminderReplyModel
| Property Name | Type | Description |
|---|---|---|
| operate | Int | Operation type: 0:Invalid 1:Set 2:Query |
| errorCode | Int | Error code: 0:Success Non-0:Failure |
| notifyType | Int | Notification type: 0:Invalid 1:Allow notification 2:Silent notification 3:Close notification |
| emotionalHealthSwitch | Int | Emotion health master switch: 1:On 0:Off |
| pressureRemind | IDOPressureRemindConfig | Pressure reminder configuration |
| unpleasantRemind | IDOUnpleasantRemindConfig | Unhappy reminder configuration |
IDOPressureRemindConfig
| Property Name | Type | Description |
|---|---|---|
| pressureSwitch | Int | Pressure reminder switch: 1:On 0:Off |
| startHour | Int | Reminder start time (hour) |
| startMinute | Int | Reminder start time (minute) |
| endHour | Int | Reminder end time (hour) |
| endMinute | Int | Reminder end time (minute) |
| repeats | HashSet<IDOWeek> Set<IDOWeek>() |
Repeat cycle (bit0: master switch, bit1~bit7: Monday~Sunday) |
| reminderInterval | Int | Reminder interval, unit: minutes |
IDOUnpleasantRemindConfig
| Property Name | Type | Description |
|---|---|---|
| unpleasantSwitch | Int | Unhappy reminder switch: 1:On 0:Off |
| unhappyReminderNum | Int | Unhappy reminder threshold, 0 is invalid |