|
AgoraChatSDK 1.3.1
|
#import <AgoraChatCombineMessageBody.h>
Instance Methods | |
| (instancetype _Nonnull) | - initWithTitle:summary:compatibleText:messageIdList: |
| (instancetype _Nonnull) | - NS_UNAVAILABLE |
Properties | |
| 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. |
|
readwritenonatomicstrong |
The compatible text.
|
readnonatomicassign |
Get the list of messageId included in the combined message.
|
readwritenonatomicstrong |
The message summary.
|
readwritenonatomicstrong |
The message title.