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

A class that contains bold attributes. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

BOOL bBold
 Indicates if the text style is bold. YES if bold, NO otherwise.
 

Detailed Description

A class that contains bold attributes.

Definition at line 521 of file MobileRTCMeetingChat.h.

Property Documentation

◆ bBold

- (BOOL) bBold
readwritenonatomicassign

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

Definition at line 526 of file MobileRTCMeetingChat.h.