Map Doc  1.0
iOS-引擎SDK-开放平台
MBNaviDataDownload类 参考

#import <MBNaviDataDownload.h>

类 MBNaviDataDownload 继承关系图:
MBObject

属性

NSString *_Nonnull url
 
NSString *_Nonnull tempPath
 
NSString *_Nonnull localPath
 
NSString *_Nonnull md5
 
NSString *_Nonnull tags
 
NSInteger size
 

额外继承的成员函数

- 构造函数 继承自 MBObject
(instancetype) - initWithHandle:
 
(void *) - getHandle
 

详细描述

数据实体对象 MBNaviDataEntity 所包含的下载项目,该对象支持归档,不支持拷贝

属性说明

◆ localPath

- (NSString* _Nonnull) localPath
readwritenonatomiccopy

Apply 之后的路径

◆ md5

- (NSString* _Nonnull) md5
readwritenonatomiccopy

文件加密

◆ size

- (NSInteger) size
readwritenonatomicassign

文件大小

◆ tags

- (NSString* _Nonnull) tags
readwritenonatomiccopy

◆ tempPath

- (NSString* _Nonnull) tempPath
readwritenonatomiccopy

客户端应该把数据下载到 tempPath 指定的路径,下面一个属性 localPath 无需关心

◆ url

- (NSString* _Nonnull) url
readwritenonatomiccopy

对应资源的URL


该类的文档由以下文件生成: