此类为留言消息对象 更多...
#import <EZLeaveMessage.h>
属性 | |
NSString * | id |
消息Id | |
NSString * | deviceSerial |
设备序列号 | |
NSString * | deviceName |
设备名称 | |
NSInteger | duration |
留言时长(单位:秒) | |
NSInteger | contentType |
留言消息类型:1-语音留言 2-视频留言 | |
NSInteger | messageDirection |
接收or回复:1-用户接收(设备发送)2-用户回复(客户端发送) | |
NSInteger | senderType |
发送端类型:1–F1设备 2–Web客户端 3–iPhone客户端 4–iPad客户端 5–android客户端 6–androidPad客户端 | |
NSString * | senderName |
发送端别名 | |
NSString * | messagePicUrl |
留言封面截图地址 | |
NSInteger | status |
消息状态:0-未读 1-已读 2-删除 | |
NSString * | cloudServerUrl |
云存储服务器地址,目前默认为武汉云存储,格式为:{域名:端口} | |
NSDate * | createTime |
创建时间 | |
NSDate * | updateTIme |
修改时间 | |
此类为留言消息对象