NIMResourceQueryOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMCacheQuery.h |
extensions
Query cache file types. Types are collections of file extensions The default nil indicates queries for all cached files without specific types
@property (nonatomic, copy, nullable) NSArray<NSString*> *extensions
Discussion
Query cache file types. Types are collections of file extensions The default nil indicates queries for all cached files without specific types
Declared In
NIMCacheQuery.h
timeInterval
The date range starting from the current time to a previous date. The default value is 7 days
@property (nonatomic, assign) NSTimeInterval timeInterval
Discussion
The date range starting from the current time to a previous date. The default value is 7 days
Declared In
NIMCacheQuery.h