ShengwangChatSDK 1.3.2
构造函数 | 属性 | 所有成员列表
AgoraChatCombineMessageBody类 参考

#import <AgoraChatCombineMessageBody.h>

类 AgoraChatCombineMessageBody 继承关系图:
AgoraChatFileMessageBody AgoraChatMessageBody

构造函数

(instancetype _Nonnull) - initWithTitle:summary:compatibleText:messageIdList:
 
(instancetype _Nonnull) - NS_UNAVAILABLE
 
- 构造函数 继承自 AgoraChatFileMessageBody
(instancetype _Nonnull) - initWithLocalPath:displayName:
 
(instancetype _Nonnull) - initWithData:displayName:
 
(instancetype _Nonnull) - NS_UNAVAILABLE
 

属性

NSString *_Nullable title
 
NSString *_Nullable summary
 
NSString *_Nullable compatibleText
 
NSArray< NSString * > *_Nonnull messageIdList
 
- 属性 继承自 AgoraChatFileMessageBody
NSString * displayName
 
NSString * localPath
 
NSString * remotePath
 
NSString * secretKey
 
long long fileLength
 
AgoraChatDownloadStatus downloadStatus
 
- 属性 继承自 AgoraChatMessageBody
AgoraChatMessageBodyType type
 
NSUInteger operationTime
 
NSString * operatorId
 
NSUInteger operatorCount
 

详细描述

The combine message body.

函数文档

◆ 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.

参数
aTitleThe title of the combined message.
aSummaryThe summary of the combined message.
aCompatibleTextThe compatible text.
aMessageIdListThe list of messageId included in the combined message.
返回
The combined message body instance.

◆ NS_UNAVAILABLE

- (instancetype _Nonnull) NS_UNAVAILABLE

属性说明

◆ 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.


该类的文档由以下文件生成: