Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCEnableQueryActionHandler Class Reference

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

#include <MobileRTCAICQueryHelper.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - tipTitle
 Gets the title of the tip.
 
(NSString *_Nullable) - tipString
 Gets the tip string.
 
(MobileRTCSDKError- confirm
 Confirms enabling query.
 
(MobileRTCSDKError- cancel
 Cancels enabling query.
 

Detailed Description

Handler for actions related to enabling meeting query.

Definition at line 250 of file MobileRTCAICQueryHelper.h.

Method Documentation

◆ cancel

- (MobileRTCSDKError) cancel

Cancels enabling query.

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

◆ confirm

- (MobileRTCSDKError) confirm

Confirms enabling query.

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

◆ tipString

- (NSString *_Nullable) tipString

Gets the tip string.

Returns
The tip string.

◆ tipTitle

- (NSString *_Nullable) tipTitle

Gets the title of the tip.

Returns
The title of the tip.