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

A class that contains quote attributes. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

BOOL bQuote
 Indicates if the text style is quote. YES if quote, NO otherwise.
 

Detailed Description

A class that contains quote attributes.

Definition at line 593 of file MobileRTCMeetingChat.h.

Property Documentation

◆ bQuote

- (BOOL) bQuote
readwritenonatomicassign

Indicates if the text style is quote. YES if quote, NO otherwise.

Definition at line 598 of file MobileRTCMeetingChat.h.