the interface of reminder dialog content.
More...
#include <meeting_reminder_ctrl_interface.h>
the interface of reminder dialog content.
Definition at line 76 of file meeting_reminder_ctrl_interface.h.
◆ ~IMeetingReminderContent()
virtual IMeetingReminderContent::~IMeetingReminderContent |
( |
| ) |
|
|
inlinevirtual |
◆ GetActionType()
virtual ActionType IMeetingReminderContent::GetActionType |
( |
| ) |
|
|
pure virtual |
Get the type of the action which user should take after receiving this reminder content.
◆ GetContent()
virtual const zchar_t * IMeetingReminderContent::GetContent |
( |
| ) |
|
|
pure virtual |
Get the detail content of the reminder dialog content.
◆ GetMultiReminderTypes()
Get a List of reminder's type.
- Returns
- List of the reminder's type.
◆ GetTitle()
virtual const zchar_t * IMeetingReminderContent::GetTitle |
( |
| ) |
|
|
pure virtual |
Get the title of the reminder dialog content.
◆ GetType()
Get the type of the reminder.
◆ IsBlocking()
virtual bool IMeetingReminderContent::IsBlocking |
( |
| ) |
|
|
pure virtual |
Determine whether block the user join or stay in the meeting.
- Returns
- True indicates block the user join or stay in the meeting. Otherwise False.