VaultMobileSDK
18R3
iOS framework for Vault API
|
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... | |
VaultMobileSDK specific extensions to UIImageView.
- (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.
placeholderImage | UIImage* The UIImage displayed while waiting to retrieve the remote thumbnail. |
documentId | The Vault document ID of the document. |
major | The major version number of the document version specified. |
minor | The minor version number of the document version specified. |
vault | The vault to retrieve the document thumbnail image from. |