|
Meeting SDK for iOS API 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. | |
Handler for actions related to enabling meeting query.
Definition at line 250 of file MobileRTCAICQueryHelper.h.
| - (MobileRTCSDKError) cancel |
Cancels enabling query.
| - (MobileRTCSDKError) confirm |
Confirms enabling query.
| - (NSString *_Nullable) tipString |
Gets the tip string.
| - (NSString *_Nullable) tipTitle |
Gets the title of the tip.