VaultMobileSDK  18R3
iOS framework for Vault API
Instance Methods | List of all members
UIImageView(VaultMobileSDK) Category Reference

VaultMobileSDK specific extensions to UIImageView. More...

Instance Methods

(void) - setVaultDocumentThumbnailImageWithPlaceholderImage:documentId:majorVersion:minorVersion:vault:
 Asynchronously sets the `image' property to Vault's thumbnail image for the specified document. If an error occurs, i.e., the user is not logged in, this method will fail silently. The image is cached locally for future use. More...
 

Detailed Description

VaultMobileSDK specific extensions to UIImageView.

Method Documentation

◆ setVaultDocumentThumbnailImageWithPlaceholderImage:documentId:majorVersion:minorVersion:vault:()

- (void) setVaultDocumentThumbnailImageWithPlaceholderImage: (nullable UIImage *)  placeholderImage
documentId: (NSUInteger)  documentId
majorVersion: (NSUInteger)  major
minorVersion: (NSUInteger)  minor
vault: (VEVVault *)  vault 

Asynchronously sets the `image' property to Vault's thumbnail image for the specified document. If an error occurs, i.e., the user is not logged in, this method will fail silently. The image is cached locally for future use.

Parameters
placeholderImageUIImage* The UIImage displayed while waiting to retrieve the remote thumbnail.
documentIdThe Vault document ID of the document.
majorThe major version number of the document version specified.
minorThe minor version number of the document version specified.
vaultThe vault to retrieve the document thumbnail image from.

The documentation for this category was generated from the following file: