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

A class that contains bulleted list attributes. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

BOOL bBulletedList
 Indicates if the text style is bulleted list. YES if bulleted list, NO otherwise.
 

Detailed Description

A class that contains bulleted list attributes.

Definition at line 557 of file MobileRTCMeetingChat.h.

Property Documentation

◆ bBulletedList

- (BOOL) bBulletedList
readwritenonatomicassign

Indicates if the text style is bulleted list. YES if bulleted list, NO otherwise.

Definition at line 562 of file MobileRTCMeetingChat.h.