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
 Get the title of the tip.
 
(NSString *_Nullable) - tipString
 Get the tip string.
 
(MobileRTCSDKError- confirm
 Confirm enable query.
 
(MobileRTCSDKError- cancel
 Cancel enable query.
 

Detailed Description

Handler for actions related to enabling meeting query.

Definition at line 253 of file MobileRTCAICQueryHelper.h.

Method Documentation

◆ cancel

- (MobileRTCSDKError) cancel

Cancel enable query.

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

◆ confirm

- (MobileRTCSDKError) confirm

Confirm enable query.

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

◆ tipString

- (NSString *_Nullable) tipString

Get the tip string.

◆ tipTitle

- (NSString *_Nullable) tipTitle

Get the title of the tip.