PINRemoteImageResultType Constants Reference

Declared in PINRemoteImageManagerResult.h

PINRemoteImageResultType

How the image was fetched.

Definition

typedef NS_ENUM(NSUInteger, PINRemoteImageResultType ) {
   PINRemoteImageResultTypeNone = 0,
   PINRemoteImageResultTypeMemoryCache,
   PINRemoteImageResultTypeCache,
   PINRemoteImageResultTypeDownload,
   PINRemoteImageResultTypeProgress,
};

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.

PINRemoteImageResultTypeProgress

Image is progress

Declared In PINRemoteImageManagerResult.h.

Declared In

PINRemoteImageManagerResult.h