add Result Handler
Registers result handler which will be notified about Document Data results.
Results are coming on the worker thread. Don't forget to move execution to main thread before updating UI.
Parameters
result Handler
handler to register. Must not be null
. If handler was already registered, nothing happens.