setReviewActivityExtra

static void setReviewActivityExtra<T extends ReviewActivity>(Intent target, Context context, Class<T> reviewActivityClass)

Helper for setting the EXTRA_IN_REVIEW_ACTIVITY.

Deprecated

When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.

Parameters

target

your explicit Intent used to start the

context

Context used to create the explicit Intent for your ReviewActivity subclass

reviewActivityClass

class of your ReviewActivity subclass

<T>

type of your ReviewActivity subclass