HyphenateChatSDK
3.9.9.1
Toggle main menu visibility
首页
类
类列表
类索引
类继承关系
类成员
全部
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
函数
_
a
b
c
d
e
f
g
i
j
k
l
m
o
p
r
s
t
u
v
属性
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
文件
文件列表
•
全部
类
函数
属性
HyphenateChat.framework
Headers
EMMessageBody.h
1
15
#import <Foundation/Foundation.h>
16
#import <CoreGraphics/CGGeometry.h>
17
25
typedef
NS_ENUM(NSInteger, EMMessageBodyType) {
26
EMMessageBodyTypeText = 1,
27
EMMessageBodyTypeImage,
28
EMMessageBodyTypeVideo,
29
EMMessageBodyTypeLocation,
30
EMMessageBodyTypeVoice,
31
EMMessageBodyTypeFile,
32
EMMessageBodyTypeCmd,
33
EMMessageBodyTypeCustom,
34
};
35
44
@interface
EMMessageBody
: NSObject
45
53
@property
(nonatomic, readonly) EMMessageBodyType
type
;
54
55
@end
EMMessageBody
Definition:
EMMessageBody.h:45
EMMessageBody::type
EMMessageBodyType type
Definition:
EMMessageBody.h:53
制作者
1.9.4