PINRemoteImageResultType Constants Reference
Declared in | PINRemoteImageManagerResult.h |
---|
PINRemoteImageResultType
How the image was fetched.
Definition
typedef NS_ENUM(NSUInteger, PINRemoteImageResultType ) {
PINRemoteImageResultTypeNone = 0,
PINRemoteImageResultTypeMemoryCache,
PINRemoteImageResultTypeCache,
PINRemoteImageResultTypeDownload,
};
Constants
PINRemoteImageResultTypeNone
-
Returned if no image is returned
Declared In
PINRemoteImageManagerResult.h
. PINRemoteImageResultTypeMemoryCache
-
Image was fetched from the memory cache
Declared In
PINRemoteImageManagerResult.h
. PINRemoteImageResultTypeCache
-
Image was fetched from the disk cache
Declared In
PINRemoteImageManagerResult.h
. PINRemoteImageResultTypeDownload
-
Image was downloaded
Declared In
PINRemoteImageManagerResult.h
.
Declared In
PINRemoteImageManagerResult.h