HyphenateChatSDK 4.8.0
Instance Methods | Properties | List of all members
EMCombineMessageBody Class Reference

#import <EMCombineMessageBody.h>

Inheritance diagram for EMCombineMessageBody:
EMFileMessageBody EMMessageBody

Instance Methods

(instancetype _Nonnull) - initWithTitle:summary:compatibleText:messageIdList:
 
(instancetype _Nonnull) - NS_UNAVAILABLE
 
- Instance Methods inherited from EMFileMessageBody
(instancetype _Nonnull) - initWithLocalPath:displayName:
 
(instancetype _Nonnull) - initWithData:displayName:
 

Properties

NSString *_Nullable title
 
NSString *_Nullable summary
 
NSString *_Nullable compatibleText
 
NSArray< NSString * > *_Nonnull messageIdList
 
- Properties inherited from EMFileMessageBody
NSString * displayName
 
NSString * localPath
 
NSString * remotePath
 
NSString * secretKey
 
long long fileLength
 
EMDownloadStatus downloadStatus
 
- Properties inherited from EMMessageBody
EMMessageBodyType type
 
NSUInteger operationTime
 
NSString * operatorId
 
NSUInteger operatorCount
 

Detailed Description

The combine message body.

Method Documentation

◆ initWithTitle:summary:compatibleText:messageIdList:

- (instancetype _Nonnull) initWithTitle: (NSString *_Nullable)  aTitle
summary: (NSString *_Nullable)  aSummary
compatibleText: (NSString *_Nullable)  aCompatibleText
messageIdList: (NSArray< NSString * > *_Nonnull)  aMessageIdList 

Initializes a combined message body instance.

Parameters
aTitleThe title of the combined message.
aSummaryThe summary of the combined message.
aCompatibleTextThe compatible text.
aMessageIdListThe list of messageId included in the combined message.
Returns
The combined message body instance.

Property Documentation

◆ compatibleText

- (NSString* _Nullable) compatibleText
readwritenonatomicstrong

The compatible text.

◆ messageIdList

- (NSArray<NSString *>* _Nonnull) messageIdList
readnonatomicassign

Get the list of messageId included in the combined message.

◆ summary

- (NSString* _Nullable) summary
readwritenonatomicstrong

The message summary.

◆ title

- (NSString* _Nullable) title
readwritenonatomicstrong

The message title.


The documentation for this class was generated from the following file: