Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.IReminderHelper Interface 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.

Detailed Description

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.

Member Function Documentation

◆ setEvent()

void us.zoom.sdk.IReminderHelper.setEvent ( IReminderEvent pEvent)

Sets the reminder callback event handler.

Parameters
pEventThe IReminderEvent that receives the reminder callback event.