#import <ThingEncryptImageDownloader.h>
◆ clearAllCache [1/4]
◆ clearAllCache [2/4]
◆ clearAllCache [3/4]
◆ clearAllCache [4/4]
◆ downloadEncryptImageWithPath:encryptKey:completed: [1/4]
- (void) downloadEncryptImageWithPath: |
|
(NSString *) |
imagePath |
encryptKey: |
|
(nullable NSString *) |
encryptKey |
completed: |
|
(nullable ThingEncryptWebImageCompletionBlock) |
completedBlock |
|
|
| |
Downloads the image at the given imagePath and encryptKey
- Parameters
-
imagePath | image url |
encryptKey | encrypt key string. Can be nil if the image is not encryptd |
completedBlock | A block called when operation has been completed. This block has no return value and takes the requested UIImage as first parameter. The second parameter is the original image url. The third parameter is a Boolean indicating if the image was retrieved from the local cache or from the network. The fourth parameter is current download stage of the download image. In case of error the image parameter is nil and the fifth parameter may contain an NSError. |
◆ downloadEncryptImageWithPath:encryptKey:completed: [2/4]
- (void) downloadEncryptImageWithPath: |
|
(NSString *) |
imagePath |
encryptKey: |
|
(nullable NSString *) |
encryptKey |
completed: |
|
(nullable ThingEncryptWebImageCompletionBlock) |
completedBlock |
|
|
| |
Downloads the image at the given imagePath and encryptKey
- Parameters
-
imagePath | image url |
encryptKey | encrypt key string. Can be nil if the image is not encryptd |
completedBlock | A block called when operation has been completed. This block has no return value and takes the requested UIImage as first parameter. The second parameter is the original image url. The third parameter is a Boolean indicating if the image was retrieved from the local cache or from the network. The fourth parameter is current download stage of the download image. In case of error the image parameter is nil and the fifth parameter may contain an NSError. |
◆ downloadEncryptImageWithPath:encryptKey:completed: [3/4]
- (void) downloadEncryptImageWithPath: |
|
(NSString *) |
imagePath |
encryptKey: |
|
(nullable NSString *) |
encryptKey |
completed: |
|
(nullable ThingEncryptWebImageCompletionBlock) |
completedBlock |
|
|
| |
Downloads the image at the given imagePath and encryptKey
- Parameters
-
imagePath | image url |
encryptKey | encrypt key string. Can be nil if the image is not encryptd |
completedBlock | A block called when operation has been completed. This block has no return value and takes the requested UIImage as first parameter. The second parameter is the original image url. The third parameter is a Boolean indicating if the image was retrieved from the local cache or from the network. The fourth parameter is current download stage of the download image. In case of error the image parameter is nil and the fifth parameter may contain an NSError. |
◆ downloadEncryptImageWithPath:encryptKey:completed: [4/4]
- (void) downloadEncryptImageWithPath: |
|
(NSString *) |
imagePath |
encryptKey: |
|
(nullable NSString *) |
encryptKey |
completed: |
|
(nullable ThingEncryptWebImageCompletionBlock) |
completedBlock |
|
|
| |
Downloads the image at the given imagePath and encryptKey
- Parameters
-
imagePath | image url |
encryptKey | encrypt key string. Can be nil if the image is not encryptd |
completedBlock | A block called when operation has been completed. This block has no return value and takes the requested UIImage as first parameter. The second parameter is the original image url. The third parameter is a Boolean indicating if the image was retrieved from the local cache or from the network. The fourth parameter is current download stage of the download image. In case of error the image parameter is nil and the fifth parameter may contain an NSError. |
◆ downloadImageWithURL:completed: [1/4]
Downloads the image at the given imageURL
- Parameters
-
imageURL | image url |
completedBlock | A block called when operation has been completed. This block has no return value and takes the requested UIImage as first parameter. The second parameter is the original image url. The third parameter is a Boolean indicating if the image was retrieved from the local cache or from the network. The fourth parameter is current download stage of the download image. In case of error the image parameter is nil and the fifth parameter may contain an NSError. |
◆ downloadImageWithURL:completed: [2/4]
Downloads the image at the given imageURL
- Parameters
-
imageURL | image url |
completedBlock | A block called when operation has been completed. This block has no return value and takes the requested UIImage as first parameter. The second parameter is the original image url. The third parameter is a Boolean indicating if the image was retrieved from the local cache or from the network. The fourth parameter is current download stage of the download image. In case of error the image parameter is nil and the fifth parameter may contain an NSError. |
◆ downloadImageWithURL:completed: [3/4]
Downloads the image at the given imageURL
- Parameters
-
imageURL | image url |
completedBlock | A block called when operation has been completed. This block has no return value and takes the requested UIImage as first parameter. The second parameter is the original image url. The third parameter is a Boolean indicating if the image was retrieved from the local cache or from the network. The fourth parameter is current download stage of the download image. In case of error the image parameter is nil and the fifth parameter may contain an NSError. |
◆ downloadImageWithURL:completed: [4/4]
Downloads the image at the given imageURL
- Parameters
-
imageURL | image url |
completedBlock | A block called when operation has been completed. This block has no return value and takes the requested UIImage as first parameter. The second parameter is the original image url. The third parameter is a Boolean indicating if the image was retrieved from the local cache or from the network. The fourth parameter is current download stage of the download image. In case of error the image parameter is nil and the fifth parameter may contain an NSError. |
◆ getCachedImageData: [1/4]
- (NSData *) getCachedImageData: |
|
(NSString *) |
imagePath |
|
Get original image data from cache
- Parameters
-
imagePath | A url string of image separate from ? . If the image's url contain the symbol ? , cut out the first part of the string. |
◆ getCachedImageData: [2/4]
- (NSData *) getCachedImageData: |
|
(NSString *) |
imagePath |
|
Get original image data from cache
- Parameters
-
imagePath | A url string of image separate from ? . If the image's url contain the symbol ? , cut out the first part of the string. |
◆ getCachedImageData: [3/4]
- (NSData *) getCachedImageData: |
|
(NSString *) |
imagePath |
|
Get original image data from cache
- Parameters
-
imagePath | A url string of image separate from ? . If the image's url contain the symbol ? , cut out the first part of the string. |
◆ getCachedImageData: [4/4]
- (NSData *) getCachedImageData: |
|
(NSString *) |
imagePath |
|
Get original image data from cache
- Parameters
-
imagePath | A url string of image separate from ? . If the image's url contain the symbol ? , cut out the first part of the string. |
◆ sharedManager [1/4]
+ (instancetype) sharedManager |
|
|
|
◆ sharedManager [2/4]
+ (instancetype) sharedManager |
|
|
|
◆ sharedManager [3/4]
+ (instancetype) sharedManager |
|
|
|
◆ sharedManager [4/4]
+ (instancetype) sharedManager |
|
|
|
◆ manager
The documentation for this class was generated from the following files:
- /Users/humtong/Downloads/Pods_副本/ThingEncryptImage/Build/ThingEncryptImage.xcframework/watchos-arm64_i386_x86_64-simulator/ThingEncryptImage.framework/Headers/ThingEncryptImageDownloader.h
- /Users/humtong/Downloads/Pods_副本/ThingEncryptImage/Build/ThingEncryptImage.xcframework/ios-x86_64-simulator/ThingEncryptImage.framework/Headers/ThingEncryptImageDownloader.h
- /Users/humtong/Downloads/Pods_副本/ThingEncryptImage/Build/ThingEncryptImage.xcframework/ios-arm64/ThingEncryptImage.framework/Headers/ThingEncryptImageDownloader.h
- /Users/humtong/Downloads/Pods_副本/ThingEncryptImage/Build/ThingEncryptImage.xcframework/watchos-arm64_arm64_32_armv7k/ThingEncryptImage.framework/Headers/ThingEncryptImageDownloader.h