|
Meeting SDK for macOS API 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. | |
Handler to confirm or cancel enabling smart summary, and provide related tips.
Definition at line 61 of file ZoomSDKAICompanionSmartSummaryHelper.h.
| - (ZoomSDKError) cancel |
| - (ZoomSDKError) confirm |
|
readnonatomiccopy |
Gets the tip string.
Definition at line 69 of file ZoomSDKAICompanionSmartSummaryHelper.h.
|
readnonatomiccopy |
Gets the title of tip.
Definition at line 65 of file ZoomSDKAICompanionSmartSummaryHelper.h.