Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IMeetingReminderContent Class Referenceabstract

the interface of reminder dialog content. More...

#include <meeting_reminder_ctrl_interface.h>

Public Member Functions

virtual ~IMeetingReminderContent ()
 
virtual MeetingReminderType GetType ()=0
 Get the type of the reminder.
 
virtual const zchar_tGetTitle ()=0
 Get the title of the reminder dialog content.
 
virtual const zchar_tGetContent ()=0
 Get the detail content of the reminder dialog content.
 
virtual bool IsBlocking ()=0
 Determine whether block the user join or stay in the meeting.
 
virtual ActionType GetActionType ()=0
 Get the type of the action which user should take after receiving this reminder content.
 
virtual IList< MeetingReminderType > * GetMultiReminderTypes ()=0
 Get a List of reminder's type.
 

Detailed Description

the interface of reminder dialog content.

Definition at line 76 of file meeting_reminder_ctrl_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingReminderContent()

virtual IMeetingReminderContent::~IMeetingReminderContent ( )
inlinevirtual

Definition at line 79 of file meeting_reminder_ctrl_interface.h.

79{};

Member Function Documentation

◆ 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()

virtual IList< MeetingReminderType > * IMeetingReminderContent::GetMultiReminderTypes ( )
pure virtual

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()

virtual MeetingReminderType IMeetingReminderContent::GetType ( )
pure virtual

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.