Meeting Reminder helper event callback.
More...
#include <IMeetingReminderHelper.h>
Meeting Reminder helper event callback.
Definition at line 157 of file IMeetingReminderHelper.h.
◆ ~IMeetingReminderHelperSink()
IMeetingReminderHelperSink::~IMeetingReminderHelperSink |
( |
| ) |
|
|
inline |
◆ OnCombinedConsentNotification()
virtual void IMeetingReminderHelperSink::OnCombinedConsentNotification |
( |
const CombinedConsent & |
combinedConsent | ) |
|
|
pure virtual |
Combined consent notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
combinedConsent | Combined consent. |
◆ OnConsentNotification()
virtual void IMeetingReminderHelperSink::OnConsentNotification |
( |
const ConsentInfo & |
info | ) |
|
|
pure virtual |
Consent notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnCustomizedReminderNotification()
Customized meeting reminder notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
customizedContent | Customized reminder content. |
◆ OnMeetingReminderNotification()
virtual void IMeetingReminderHelperSink::OnMeetingReminderNotification |
( |
const MeetingReminderContent & |
reminderContent | ) |
|
|
pure virtual |
Meeting reminder notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
reminderContent | Reminder content. |
◆ OnMessageEventNotification()
virtual void IMeetingReminderHelperSink::OnMessageEventNotification |
( |
MessageEvent |
messageEvent | ) |
|
|
pure virtual |
Message event notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnPrivacyAlertNotification()
Privacy alert notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
action | The privacy alert action. |
type | The privacy alert type. |
message | The privacy alert message. If message contains linkText, you can do PRIVACY_ALERT_ACTION_SHOW_DISCLAIMER to see detail disclaimer. |