Skip to main content
Reminder item management handles various types of reminder messages, such as @mentions, group join requests, system notifications, etc. Conversation reminders currently only support server-issued commands, and clients only need to listen for synchronized conversation reminders and refresh conversation messages.
Reminder items can only be issued by the server, and clients are mainly responsible for receiving, displaying, and managing reminder status

Get Reminder Items

Get reminder items for a specific channel

Complete reminder item retrieval example

Save Reminder Items

Save or update reminder items

Complete reminder item saving example

Event Listening

Add/Update Events

Complete event listening management

Data Structure Description

WKReminder Reminder Object

Field Description

Reminder Type Description

HarmonyOS Component Integration Example

Reminder List Component

Next Steps

Advanced Features

Explore custom messages and extension features

Command Management

Return to command message processing functionality

Channel Member Management

Return to channel member management functionality

Data Source Configuration

Configure data sources and synchronization logic