Meeting SDK for Linux API Reference
|
the interface to handle the reminder dialog. More...
#include <meeting_reminder_ctrl_interface.h>
Public Member Functions | |
virtual | ~IMeetingReminderHandler () |
virtual SDKError | Ignore ()=0 |
Ignore the reminder. | |
virtual SDKError | Accept ()=0 |
Accept the reminder. | |
virtual SDKError | Decline ()=0 |
Decline the reminder. | |
virtual SDKError | SetHideFeatureDisclaimers ()=0 |
Set not show the disclaimer in subsequent meetings. | |
virtual bool | IsNeedExplicitConsent4AICustomDisclaimer ()=0 |
Is need explicit consent for AI custom disclaimer. TYPE_CUSTOM_AI_COMPANION_DISCLAIMER. | |
the interface to handle the reminder dialog.
Definition at line 98 of file meeting_reminder_ctrl_interface.h.
|
inlinevirtual |
Definition at line 101 of file meeting_reminder_ctrl_interface.h.
|
pure virtual |
Accept the reminder.
|
pure virtual |
Decline the reminder.
|
pure virtual |
Ignore the reminder.
|
pure virtual |
Is need explicit consent for AI custom disclaimer. TYPE_CUSTOM_AI_COMPANION_DISCLAIMER.
|
pure virtual |
Set not show the disclaimer in subsequent meetings.