ShengwangChatSDK 1.3.2
|
#import <AgoraChatCombineMessageBody.h>
构造函数 | |
(instancetype _Nonnull) | - initWithTitle:summary:compatibleText:messageIdList: |
(instancetype _Nonnull) | - NS_UNAVAILABLE |
(instancetype _Nonnull) | - NS_UNAVAILABLE |
属性 | |
NSString *_Nullable | title |
NSString *_Nullable | summary |
NSString *_Nullable | compatibleText |
NSArray< NSString * > *_Nonnull | messageIdList |
The combine message body.
- (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.
aTitle | The title of the combined message. |
aSummary | The summary of the combined message. |
aCompatibleText | The compatible text. |
aMessageIdList | The list of messageId included in the combined message. |
- (instancetype _Nonnull) NS_UNAVAILABLE |
实现了 AgoraChatMessageBody.
|
readwritenonatomicstrong |
The compatible text.
|
readnonatomicassign |
Get the list of messageId included in the combined message.
|
readwritenonatomicstrong |
The message summary.
|
readwritenonatomicstrong |
The message title.