Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun createIntent(context: Context): Intent

Create an intent to launch the CaptureStandaloneActivity.

open override fun createIntent(context: Context, input: CaptureConfig): Intent

Create an intent to launch the CaptureStandaloneActivity. Optionally provide a CaptureConfig to customize the Activity's behaviour.

Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): Array<BareCapturedReceiptData>?

Parse the result created by a CaptureStandaloneActivity. Will return an Array of BareCapturedReceiptData objects if the capture was successful, or null if the flow was cancelled.