AVIMTextMessage Class Reference
Inherits from | AVIMTypedMessage : AVIMMessage : NSObject |
---|---|
Conforms to | AVIMTypedMessageSubclassing |
Declared in | AVIMTextMessage.h |
+ messageWithText:attributes:
创建文本消息。
+ (instancetype)messageWithText:(NSString *)text attributes:(nullable NSDictionary *)attributes
Parameters
text |
- 消息文本. |
---|---|
attributes |
- 用户附加属性 |
Discussion
创建文本消息。
Declared In
AVIMTextMessage.h