|
Meeting SDK for Android API Reference
|
Helper to handle reminder dialog. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility. More...
Data Structures | |
| interface | IReminderContent |
| Reminder dialog content. More... | |
| interface | IReminderHandler |
| Interface to handle the reminder dialog. More... | |
| enum | ReminderType |
| Enumeration of reminder types. More... | |
| interface | IReminderEvent |
| Reminder callback event. More... | |
Public Member Functions | |
| void | setEvent (IReminderEvent pEvent) |
| Sets the reminder callback event handler. | |
Helper to handle reminder dialog. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility.
Definition at line 10 of file IReminderHelper.java.
| void us.zoom.sdk.IReminderHelper.setEvent | ( | IReminderEvent | pEvent | ) |
Sets the reminder callback event handler.
| pEvent | The IReminderEvent that receives the reminder callback event. |