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

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - tipTitle
 Get the title of the tip.
 
(NSString *_Nullable) - tipString
 Get the tip string.
 
(ZoomSDKError- confirm
 Confirm enable query.
 
(ZoomSDKError- cancel
 Cancel enable query.
 

Detailed Description

Definition at line 219 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ cancel

- (ZoomSDKError) cancel

Cancel enable query.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise the function fails.

◆ confirm

- (ZoomSDKError) confirm

Confirm enable query.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise the function fails.

◆ tipString

- (NSString *_Nullable) tipString

Get the tip string.

◆ tipTitle

- (NSString *_Nullable) tipTitle

Get the title of the tip.