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

for rich text solution, the specify text styple information. More...

#import <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

MobileRTCRichTextStyle textStyle
 Get the rich text type of a portion of the current message.
 
NSArray< MobileRTCRichTextStyleOffset * > *_Nullable textStyleOffsetList
 Get the current message’s rich text position info list of a certain style.
 

Detailed Description

for rich text solution, the specify text styple information.

Definition at line 128 of file MobileRTCMeetingChat.h.

Property Documentation

◆ textStyle

- (MobileRTCRichTextStyle) textStyle
readwritenonatomicassign

Get the rich text type of a portion of the current message.

Definition at line 132 of file MobileRTCMeetingChat.h.

◆ textStyleOffsetList

- (NSArray<MobileRTCRichTextStyleOffset *>* _Nullable) textStyleOffsetList
readwritenonatomiccopy

Get the current message’s rich text position info list of a certain style.

Definition at line 136 of file MobileRTCMeetingChat.h.