ECPreviewMessageBody Class Reference

Inherits from ECFileMessageBody : ECMessageBody : NSObject
Declared in ECPreviewMessageBody.h

  url

抓取的内容的地址

@property (nonatomic, copy) NSString *url

Declared In

ECPreviewMessageBody.h

  title

抓取的文章表头

@property (nonatomic, copy) NSString *title

Declared In

ECPreviewMessageBody.h

  desc

抓取的文章描述

@property (nonatomic, copy) NSString *desc

Declared In

ECPreviewMessageBody.h

  thumbnailRemotePath

缩略图服务器远程文件路径

@property (nonatomic, copy) NSString *thumbnailRemotePath

Declared In

ECPreviewMessageBody.h

  thumbnailDownloadStatus

附件是否下载完成

@property (nonatomic) ECMediaDownloadStatus thumbnailDownloadStatus

Declared In

ECPreviewMessageBody.h

  thumbnailLocalPath

缩略图本地文件路径

@property (nonatomic, strong) NSString *thumbnailLocalPath

Declared In

ECPreviewMessageBody.h

– initWithFile:displayName:

以文件路径构造文件对象

- (id)initWithFile:(NSString *)filePath displayName:(NSString *)displayName

Parameters

filePath

磁盘文件全路径

displayName

文件对象的显示名

Return Value

文件对象

Discussion

@method

Declared In

ECPreviewMessageBody.h