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

The handler to confirm enabling smart summary. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IMeetingEnableSmartSummaryActionHandler ()
 
virtual const zchar_tGetTipTitle ()=0
 Get the title of tip.
 
virtual const zchar_tGetTipString ()=0
 Get the string of tip.
 
virtual SDKError Confirm ()=0
 Confirm enabling smart summary.
 
virtual SDKError Cancel ()=0
 Cancel enabling smart summary.
 

Detailed Description

The handler to confirm enabling smart summary.

Definition at line 109 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingEnableSmartSummaryActionHandler()

virtual IMeetingEnableSmartSummaryActionHandler::~IMeetingEnableSmartSummaryActionHandler ( )
inlinevirtual

Definition at line 112 of file meeting_ai_companion_interface.h.

112{};

Member Function Documentation

◆ Cancel()

virtual SDKError IMeetingEnableSmartSummaryActionHandler::Cancel ( )
pure virtual

Cancel enabling smart summary.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.

◆ Confirm()

virtual SDKError IMeetingEnableSmartSummaryActionHandler::Confirm ( )
pure virtual

Confirm enabling smart summary.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.

◆ GetTipString()

virtual const zchar_t * IMeetingEnableSmartSummaryActionHandler::GetTipString ( )
pure virtual

Get the string of tip.

Returns
The string of tip.

◆ GetTipTitle()

virtual const zchar_t * IMeetingEnableSmartSummaryActionHandler::GetTipTitle ( )
pure virtual

Get the title of tip.

Returns
The title of tip.