3import us.zoom.internal.impl.InMeetingChatMessageImpl;
108 String reserve =
"m";
Chat message builder to create InMeetingChatMessage objects.
InMeetingChatMessageImpl chatMessage
ChatMessageBuilder unsetParagraph(int positionStart, int positionEnd)
unset the chat message content paragraph style
ChatMessageBuilder setNumberedList(int positionStart, int positionEnd)
set the chat message content numbered list style
ChatMessageBuilder setQuotePosition(int positionStart, int positionEnd)
set the chat message content quote style and position.
ChatMessageBuilder setStrikethrough(int positionStart, int positionEnd)
set the chat message content strikethrough style
ChatMessageBuilder setMessageType(ZoomSDKChatMessageType type)
set chat message type.
ChatMessageBuilder unsetNumberedList(int positionStart, int positionEnd)
unset the chat message content numbered list style
ChatMessageBuilder unsetStrikethrough(int positionStart, int positionEnd)
unset the chat message content strikethrough style
ChatMessageBuilder setReceiver(int receiver)
set who will receive the chat message.
ChatMessageBuilder setFontColor(SegmentDetails.FontColorAttrs color, int positionStart, int positionEnd)
set the chat message content font color style
ChatMessageBuilder increaseIndent(int indent, int positionStart, int positionEnd)
Increase the chat message content indent style.
ChatMessageBuilder setItalic(int positionStart, int positionEnd)
set the chat message content italic style
ChatMessageBuilder unsetItalic(int positionStart, int positionEnd)
unset the chat message content italic style
ChatMessageBuilder setUnderline(int positionStart, int positionEnd)
set the chat message content underline style
InMeetingChatMessage build()
build chat message entity.
ChatMessageBuilder unsetBulletedList(int positionStart, int positionEnd)
unset the chat message content bulleted list style
ChatMessageBuilder setInsertLink(String insertLink, int positionStart, int positionEnd)
set the chat message content insert link style
ChatMessageBuilder setThreadId(String threadId)
set the ID of the thread the message will be posted.
ChatMessageBuilder unsetFontSize(int positionStart, int positionEnd)
unset the chat message content font size style
ChatMessageBuilder unsetBold(int positionStart, int positionEnd)
unset the chat message content bold style
ChatMessageBuilder unsetBackgroundColor(int positionStart, int positionEnd)
unset the chat message content background color style
ChatMessageBuilder unsetUnderline(int positionStart, int positionEnd)
unset the chat message content underline style
ChatMessageBuilder setBulletedList(int positionStart, int positionEnd)
set the chat message content bulleted list style
ChatMessageBuilder unsetInsertLink(int positionStart, int positionEnd)
unset the chat message content insert link style
ChatMessageBuilder setFontSize(SegmentDetails.FontSizeAttrs fontSize, int positionStart, int positionEnd)
set the chat message content font size style
ChatMessageBuilder setBold(int positionStart, int positionEnd)
set the chat message content bold style
ChatMessageBuilder setParagraph(SegmentDetails.ParagraphAttrs paragraph, int positionStart, int positionEnd)
set the chat message content paragraph style
ChatMessageBuilder setBackgroundColor(SegmentDetails.BackgroundColorAttrs color, int positionStart, int positionEnd)
set the chat message content background color style
ChatMessageBuilder decreaseIndent(int indent, int positionStart, int positionEnd)
Decrease the chat message content indent style.
ChatMessageBuilder unsetQuotePosition(int positionStart, int positionEnd)
unset the chat message content quote style and position.
ChatMessageBuilder setContent(String content)
set chat message content.
ChatMessageBuilder unsetFontColor(int positionStart, int positionEnd)
unset the chat message content font color style
Segment BackgroundColorAttrs class.
Segment FontColorAttrs class.
Segment FontSizeAttrs class.
static int FontSize_Large
static int FontSize_Small
Currently supported font size value.
Segment ParagraphAttrs class.
Enumeration of the content font style type for chat message. For more information,...
TextStyle_BackgroundColor
Enumeration of the type for chat message.
Chat message in zoom meeting.