Kofax Mobile SDK API Reference
Public Attributes | List of all members
ListenerCallbackThreadType Enum Reference

An enum which identifies the thread type for asynchronous callbacks. More...

Public Attributes

 UI_THREAD
 The UI thread. Callbacks will be called on the UI thread. More...
 
 WORKER_THREAD
 A worker thread. Callbacks will be called on non-UI thread. More...
 

Detailed Description

An enum which identifies the thread type for asynchronous callbacks.

Member Data Documentation

UI_THREAD

The UI thread. Callbacks will be called on the UI thread.

This will allow you to manipulate your UI from the callback.

WORKER_THREAD

A worker thread. Callbacks will be called on non-UI thread.

This will allow you to perform additional heavy operations after the callback is received and not block the UI thread.


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