NIMCollectInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMCollectInfo.h |
id
Bookmark ID
@property (nonatomic, assign) NSUInteger id
Discussion
Bookmark ID
Declared In
NIMCollectInfo.h
type
Bookmark type
@property (nonatomic, assign) NSInteger type
Discussion
Bookmark type
Declared In
NIMCollectInfo.h
data
Data. A maximum of 20KB is allowed
@property (nonatomic, copy) NSString *data
Discussion
Data. A maximum of 20KB is allowed
Declared In
NIMCollectInfo.h
ext
Extension field that contains a maximum of 1KB
@property (nonatomic, copy) NSString *ext
Discussion
Extension field that contains a maximum of 1KB
Declared In
NIMCollectInfo.h
uniqueId
Unique ID
@property (nonatomic, copy) NSString *uniqueId
Discussion
Unique ID
Declared In
NIMCollectInfo.h
createTime
Creation time in seconds
@property (nonatomic, assign) NSTimeInterval createTime
Discussion
Creation time in seconds
Declared In
NIMCollectInfo.h
updateTime
Update time in seconds
@property (nonatomic, assign) NSTimeInterval updateTime
Discussion
Update time in seconds
Declared In
NIMCollectInfo.h