|
Meeting SDK for iOS API Reference
|
A class that contains information of rich text with style attributes in a chat message content. Here are more detailed structural descriptions. More...
#include <MobileRTCMeetingChat.h>
Inherits NSObject.
Properties | |
| NSString *_Nullable | content |
| The segment content value. | |
| MobileRTCBoldAttrs *_Nullable | boldAttrs |
| The segment BoldAttrs value. | |
| MobileRTCItalicAttrs *_Nullable | italicAttrs |
| The segment ItalicAttrs value. | |
| MobileRTCStrikethroughAttrs *_Nullable | strikethroughAttrs |
| The strikethrough attributes content value. | |
| MobileRTCBulletedListAttrs *_Nullable | bulletedListAttrs |
| The segment BulletedListAttrs value. | |
| MobileRTCNumberedListAttrs *_Nullable | numberedListAttrs |
| The segment NumberedListAttrs value. | |
| MobileRTCUnderlineAttrs *_Nullable | underlineAttrs |
| The segment UnderlineAttrs value. | |
| MobileRTCQuoteAttrs *_Nullable | quoteAttrs |
| The segment QuoteAttrs value. | |
| MobileRTCInsertLinkAttrs *_Nullable | insertLinkAttrs |
| The segment InsertLinkAttrs value. | |
| MobileRTCFontSizeAttrs *_Nullable | fontSizeAttrs |
| The segment FontSizeAttrs value. | |
| MobileRTCFontColorAttrs *_Nullable | fontColorAttrs |
| The segment FontColorAttrs value. | |
| MobileRTCBackgroundColorAttrs *_Nullable | backgroundColorAttrs |
| The segment BackgroundColorAttrs value. | |
| MobileRTCParagraphAttrs *_Nullable | paragraphAttrs |
| The segment ParagraphAttrs value. | |
| MobileRTCIndentAttrs *_Nullable | indentAttrs |
| The segment IndentAttrs value. | |
A class that contains information of rich text with style attributes in a chat message content. Here are more detailed structural descriptions.
Definition at line 445 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment BackgroundColorAttrs value.
Definition at line 504 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment BoldAttrs value.
Definition at line 455 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment BulletedListAttrs value.
Definition at line 470 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The segment content value.
Definition at line 450 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment FontColorAttrs value.
Definition at line 499 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment FontSizeAttrs value.
Definition at line 494 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment IndentAttrs value.
Definition at line 514 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment InsertLinkAttrs value.
Definition at line 489 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment ItalicAttrs value.
Definition at line 460 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment NumberedListAttrs value.
Definition at line 475 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment ParagraphAttrs value.
Definition at line 509 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment QuoteAttrs value.
Definition at line 485 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The strikethrough attributes content value.
Definition at line 465 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The segment UnderlineAttrs value.
Definition at line 480 of file MobileRTCMeetingChat.h.