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

#import <AgoraChatCustomMessageBody.h>

类 AgoraChatCustomMessageBody 继承关系图:
AgoraChatMessageBody

构造函数

(instancetype _Nonnull) - initWithEvent:customExt:
 
((unavailable("call initWithEvent:customExt: instead") - __attribute__
 
- 构造函数 继承自 AgoraChatMessageBody
(instancetype _Nonnull) - NS_UNAVAILABLE
 

属性

NSString * event
 
NSDictionary< NSString *, NSString * > * customExt
 
- 属性 继承自 AgoraChatMessageBody
AgoraChatMessageBodyType type
 
NSUInteger operationTime
 
NSString * operatorId
 
NSUInteger operatorCount
 

详细描述

@header AgoraChatCustomMessageBody.h @abstract Custom message body

作者
Hyphenate
版本
3.00 The custom message body.

函数文档

◆ initWithEvent:customExt:

- (instancetype _Nonnull) initWithEvent: (NSString *_Nullable)  aEvent
customExt: (NSDictionary< NSString *, NSString * > *_Nullable)  aCustomExt 

Initializes a custom message body instance.

参数
aEventThe custom event.
aCustomExtThe custom extension dictionary.
返回
The custom message body instance.

属性说明

◆ customExt

- (NSDictionary<NSString *,NSString *>*) customExt
readwritenonatomiccopy

The custom extension dictionary.

◆ event

- (NSString*) event
readwritenonatomiccopy

The custom event.


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