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