Kofax Mobile SDK API Reference
Static Public Member Functions | List of all members
ApplicationContextImageStore Class Reference

Static Public Member Functions

static IImageStorage getImageStorage ()
 
static void setImageStorage (IImageStorage imageStorage)
 

Detailed Description

Used to get and set the IImageStorage instance used to pass images between Activities.

The default implementation is the ContextImageStorage. Please see documentation there concerning possible memory leaks if you should mis-use that implementation.

Member Function Documentation

static IImageStorage getImageStorage ( )
static
Returns
Retrieve the set IImageStorage. The default is ContextImageStorage
static void setImageStorage ( IImageStorage  imageStorage)
static

Set the IImageStorage used to pass images between Activities. To provide a custom implementation for this class, implement the IImageStorage interface, and pass an instance of your custom class here prior to calling any WorkflowActivity within the com.kofax.mobile.sdk.capture namespace

Parameters
imageStorage

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.