Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKEnableQueryActionHandler Class Reference

Handler for actions related to enabling meeting query. More...

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - tipTitle
 Gets the tip's title.
 
(NSString *_Nullable) - tipString
 Gets the tip string.
 
(ZoomSDKError- confirm
 Confirms enable query.
 
(ZoomSDKError- cancel
 Cancels enable query.
 

Detailed Description

Handler for actions related to enabling meeting query.

Definition at line 258 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ cancel

- (ZoomSDKError) cancel

Cancels enable query.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ confirm

- (ZoomSDKError) confirm

Confirms enable query.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ tipString

- (NSString *_Nullable) tipString

Gets the tip string.

◆ tipTitle

- (NSString *_Nullable) tipTitle

Gets the tip's title.