|
Kofax Mobile SDK API 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... | |
An enum which identifies the thread type for asynchronous callbacks.
| 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.