JMessage-iOS-SDK

JMessage-iOS-SDK

HXHG

Jump To…

# JMSGContentType Constants Reference
Declared in JMSGConstants.h
### JMSGContentType 消息内容类型 - 文本、语音、图片等 #### Definition typedef NS_ENUM(NSInteger, JMSGContentType ) { kJMSGContentTypeUnknown = 0, kJMSGContentTypeText = 1, kJMSGContentTypeImage = 2, kJMSGContentTypeVoice = 3, kJMSGContentTypeCustom = 4, kJMSGContentTypeEventNotification = 5, kJMSGContentTypeFile = 6, kJMSGContentTypeLocation = 7, kJMSGContentTypePrompt = 8, kJMSGContentTypeVideo = 9, }; #### Constants - kJMSGContentTypeUnknown -
不知道类型的消息 Declared In JMSGConstants.h. - kJMSGContentTypeText -
文本消息 Declared In JMSGConstants.h. - kJMSGContentTypeImage -
图片消息 Declared In JMSGConstants.h. - kJMSGContentTypeVoice -
语音消息 Declared In JMSGConstants.h. - kJMSGContentTypeCustom -
自定义消息 Declared In JMSGConstants.h. - kJMSGContentTypeEventNotification -
事件通知消息。服务器端下发的事件通知,本地展示为这个类型的消息展示出来 Declared In JMSGConstants.h. - kJMSGContentTypeFile -
文件消息 Declared In JMSGConstants.h. - kJMSGContentTypeLocation -
地理位置消息 Declared In JMSGConstants.h. - kJMSGContentTypePrompt -
提示性消息 Declared In JMSGConstants.h. - kJMSGContentTypeVideo -
视频消息 Declared In JMSGConstants.h. #### Declared In JMSGConstants.h

Copyright © 2019 HXHG. All rights reserved. Updated: 2019-01-08

Generated by appledoc 2.2.1 (build 1334).

若有收获,就点个赞吧

0 人点赞

暂无相关搜索结果!
    展开/收起文章目录