reminderType
- |
-ReminderType
- |
-Yes
- |
-Type of the reminder.
- |
-
-actionButton
- |
-[ActionButton?, ActionButton?]
- |
-No
- |
-Action button displayed in the reminder notification. (The parameter is optional. Up to two buttons are supported.)
- |
-
-wantAgent
- |
-WantAgent
- |
-No
- |
-Information about the ability that is redirected to when the notification is clicked.
- |
-
-maxScreenWantAgent
- |
-MaxScreenWantAgent
- |
-No
- |
-Information about the ability that is automatically started when the reminder arrives. If the device is in use, a notification will be displayed.
- |
-
-ringDuration
- |
-number
- |
-No
- |
-Ringing duration.
- |
-
-snoozeTimes
- |
-number
- |
-No
- |
-Number of reminder snooze times.
- |
-
-timeInterval
- |
-number
- |
-No
- |
-Reminder snooze interval.
- |
-
-title
- |
-string
- |
-No
- |
-Reminder title.
- |
-
-content
- |
-string
- |
-No
- |
-Reminder content.
- |
-
-expiredContent
- |
-string
- |
-No
- |
-Content to be displayed after the reminder expires.
- |
-
-snoozeContent
- |
-string
- |
-No
- |
-Content to be displayed when the reminder is snoozing.
- |
-
-notificationId
- |
-number
- |
-No
- |
-Notification ID used by the reminder. If there are reminders with the same notification ID, the later one will overwrite the earlier one.
- |
-
-slotType
- |
-notification.SlotType
- |
-No
- |
-Type of the slot used by the reminder.
- |
-
-
-