onAddDataToResult

Callback for adding your own data to the Activity's result.

Called when the document was analyzed.

You should add the results of the analysis as extras and retrieve them when the returned.

Note: you must call onDocumentAnalyzed after you received the analysis results from the Gini API, otherwise this method won't be invoked.

Parameters

result

the Intent which will be returned as the result data.

void onAddDataToResult(Intent result)