JMSGFileType Constants Reference

Declared in JMSGConstants.h

JMSGFileType

上传文件的类型

Definition

typedef NS_ENUM(NSInteger, JMSGFileType ) {
   kJMSGFileTypeUnknown,
   kJMSGFileTypeImage,
   kJMSGFileTypeVoice,
   kJMSGFileTypeFile,
   kJMSGFileTypeVideo,
};

Constants

kJMSGFileTypeUnknown

未知的文件类型

Declared In JMSGConstants.h.

kJMSGFileTypeImage

图片类型

Declared In JMSGConstants.h.

kJMSGFileTypeVoice

语音类型

Declared In JMSGConstants.h.

kJMSGFileTypeFile

文件类型

Declared In JMSGConstants.h.

kJMSGFileTypeVideo

视频类型

Declared In JMSGConstants.h.

Declared In

JMSGConstants.h