Skip to main content
Reminder management is responsible for handling various reminder information in conversations, such as @mentions and group audits. Conversation reminders currently only support server-issued commands, and clients only need to listen for sync conversation reminders and refresh conversation messages.

Get Reminders

Get Reminders for Specific Conversation

Get Reminders by Type

Complete Retrieval Example

Save Reminders

Save Operation Example

Event Listening

Listen for New Reminders

The key is a unique identifier for the listener, can be any string. The same key must be used when adding and removing listeners.

Complete Listening Example

WKReminder Data Structure

Reminder Properties

Property Description

Reminder Type Description

Best Practices

1. Reminder Status Management

2. Memory Management

Next Steps

Advanced Features

Explore advanced features and optimizations

Data Source Configuration

Return to data source configuration

Conversation Management

Return to conversation management functionality

Command Management

Return to command management functionality