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 |
Get the title of the tip. | |
(NSString *_Nullable) | - tipString |
Get the tip string. | |
(MobileRTCSDKError) | - confirm |
Confirm enable query. | |
(MobileRTCSDKError) | - cancel |
Cancel enable query. | |
Handler for actions related to enabling meeting query.
Definition at line 253 of file MobileRTCAICQueryHelper.h.
- (MobileRTCSDKError) cancel |
Cancel enable query.
- (MobileRTCSDKError) confirm |
Confirm enable query.
- (NSString *_Nullable) tipString |
Get the tip string.
- (NSString *_Nullable) tipTitle |
Get the title of the tip.