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

Handler to confirm or cancel enabling smart summary, and provide related tips. More...

#include <ZoomSDKAICompanionSmartSummaryHelper.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- confirm
 Confirms enabling smart summary.
(ZoomSDKError- cancel
 Cancels enabling smart summary.

Properties

NSString * tipTitle
 Gets the title of tip.
NSString * tipString
 Gets the tip string.

Detailed Description

Handler to confirm or cancel enabling smart summary, and provide related tips.

Definition at line 61 of file ZoomSDKAICompanionSmartSummaryHelper.h.

Method Documentation

◆ cancel

- (ZoomSDKError) cancel

Cancels enabling smart summary.

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

References cancel.

Referenced by cancel.

◆ confirm

- (ZoomSDKError) confirm

Confirms enabling smart summary.

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

References confirm.

Referenced by confirm.

Property Documentation

◆ tipString

- (NSString*) tipString
readnonatomiccopy

Gets the tip string.

Definition at line 69 of file ZoomSDKAICompanionSmartSummaryHelper.h.

◆ tipTitle

- (NSString*) tipTitle
readnonatomiccopy

Gets the title of tip.

Definition at line 65 of file ZoomSDKAICompanionSmartSummaryHelper.h.