|
Meeting SDK for macOS API Reference
|
Represents a chat message in the meeting. More...
#include <ZoomSDKMeetingActionController.h>
Inherits NSObject.
Instance Methods | |
| (unsigned int) | - getSenderUserID |
| Gets the user ID of whom sending message. | |
| (NSString *) | - getSenderDisplayName |
| Gets the sender's screen name. | |
| (unsigned int) | - getReceiverUserID |
| Gets the user ID of whom receiving the message. | |
| (NSString *) | - getReceiverDisplayName |
| Gets the screen name of receiver. | |
| (NSString *) | - getMsgContent |
| Gets the content of message. | |
| (time_t) | - getTimeStamp |
| Gets the current's timestamps message. | |
| (BOOL) | - isChatToWaitingRoom |
| The current message is send to waiting room. | |
| (ZoomSDKChatMessageType) | - getChatMessageType |
| Gets the current message's type. | |
| (NSString *) | - getMessageID |
| Gets chat message ID. | |
| (BOOL) | - isComment |
| Determines if the current message is a reply to another message. | |
| (BOOL) | - isThread |
| Determines if the current message is part of a message thread, and can be directly replied to. | |
| (NSArray< ZoomSDKRichTextStyleItem * > *_Nullable) | - getTextStyleItemList |
| Gets the current message’s chat message font style list. | |
| (NSArray< ZoomSDKChatMsgSegmentDetails * > *_Nullable) | - getSegmentDetails |
| Gets the list of segment details in the current message. | |
| (NSString *) | - getThreadID |
| Gets the current message’s thread ID. | |
Protected Attributes | |
| unsigned int | _sendID |
| unsigned int | _receiverID |
| NSString * | _sendName |
| NSString * | _receiverName |
| NSString * | _content |
| time_t | _timestamp |
| BOOL | _isChatToWaitingRoom |
| ZoomSDKChatMessageType | _chatMessageType |
Represents a chat message in the meeting.
Definition at line 52 of file ZoomSDKMeetingActionController.h.
| - (ZoomSDKChatMessageType) getChatMessageType |
Gets the current message's type.
References getChatMessageType.
Referenced by getChatMessageType.
| - (NSString *) getMessageID |
Gets chat message ID.
References getMessageID.
Referenced by getMessageID.
| - (NSString *) getMsgContent |
Gets the content of message.
References getMsgContent.
Referenced by getMsgContent.
| - (NSString *) getReceiverDisplayName |
Gets the screen name of receiver.
References getReceiverDisplayName.
Referenced by getReceiverDisplayName.
| - (unsigned int) getReceiverUserID |
Gets the user ID of whom receiving the message.
References getReceiverUserID.
Referenced by getReceiverUserID.
| - (NSArray< ZoomSDKChatMsgSegmentDetails * > *_Nullable) getSegmentDetails |
Gets the list of segment details in the current message.
References getSegmentDetails.
Referenced by getSegmentDetails.
| - (NSString *) getSenderDisplayName |
Gets the sender's screen name.
References getSenderDisplayName.
Referenced by getSenderDisplayName.
| - (unsigned int) getSenderUserID |
Gets the user ID of whom sending message.
References getSenderUserID.
Referenced by getSenderUserID.
| - (NSArray< ZoomSDKRichTextStyleItem * > *_Nullable) getTextStyleItemList |
Gets the current message’s chat message font style list.
References getTextStyleItemList.
Referenced by getTextStyleItemList.
| - (NSString *) getThreadID |
Gets the current message’s thread ID.
References getThreadID.
Referenced by getThreadID.
| - (time_t) getTimeStamp |
Gets the current's timestamps message.
References getTimeStamp.
Referenced by getTimeStamp.
| - (BOOL) isChatToWaitingRoom |
The current message is send to waiting room.
References isChatToWaitingRoom.
Referenced by isChatToWaitingRoom.
| - (BOOL) isComment |
| - (BOOL) isThread |
|
protected |
Definition at line 61 of file ZoomSDKMeetingActionController.h.
|
protected |
Definition at line 58 of file ZoomSDKMeetingActionController.h.
|
protected |
Definition at line 60 of file ZoomSDKMeetingActionController.h.
|
protected |
Definition at line 55 of file ZoomSDKMeetingActionController.h.
|
protected |
Definition at line 57 of file ZoomSDKMeetingActionController.h.
|
protected |
Definition at line 54 of file ZoomSDKMeetingActionController.h.
|
protected |
Definition at line 56 of file ZoomSDKMeetingActionController.h.
|
protected |
Definition at line 59 of file ZoomSDKMeetingActionController.h.