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

Interface to enable query action. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IMeetingEnableQueryActionHandler ()
 
virtual const zchar_tGetTipTitle ()=0
 Get the title of the tip.
 
virtual const zchar_tGetTipString ()=0
 Get the tip string.
 
virtual SDKError Confirm ()=0
 Confirm enable query. The object will be deleted after this interface call.
 
virtual SDKError Cancel ()=0
 Cancel enable query. The object will be deleted after this interface call.
 

Detailed Description

Interface to enable query action.

Definition at line 489 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingEnableQueryActionHandler()

virtual IMeetingEnableQueryActionHandler::~IMeetingEnableQueryActionHandler ( )
inlinevirtual

Definition at line 492 of file meeting_ai_companion_interface.h.

492{}

Member Function Documentation

◆ Cancel()

virtual SDKError IMeetingEnableQueryActionHandler::Cancel ( )
pure virtual

Cancel enable query. The object will be deleted after this interface call.

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

◆ Confirm()

virtual SDKError IMeetingEnableQueryActionHandler::Confirm ( )
pure virtual

Confirm enable query. The object will be deleted after this interface call.

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

◆ GetTipString()

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

Get the tip string.

◆ GetTipTitle()

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

Get the title of the tip.