View on GitHub

sensibill-android-documentation

com.getsensibill.ui.receipt.capture / ReceiptCaptureActivityBuilder / build

build

fun build(@NonNull context: Context?): Intent

Create and return an Intent to launch ReceiptCaptureActivity with the configurations provided to this builder.

This method takes a nullable context only to ensure interface parity with it’s previous java version. Never pass a null context to this method.

Parameters

context - The context used to create the intent

Return An intent to launch ReceiptCaptureActivity with the provided configurations