Companion

object Companion

Properties

Link copied to clipboard

The default value for tipsConfigCreator. Held separately in case an override just intends to modify the default.

Link copied to clipboard

Intent Bundle Extra argument key. This is used for passing a config (CaptureConfig) to this activity to determine its configurable behaviour.

Link copied to clipboard

Activity result bundle argument key. When one or more receipt images are captured, the result (BareCapturedReceiptData) will be attached to the activity result extras.

Link copied to clipboard

Used to launch the capture tips screen. CaptureConfig is required as the long receipt tip from the default tips is only displayed if CaptureConfig.enableLongCapture is true.

Link copied to clipboard

Override this creator with custom list of CaptureTipData objects to change the tips. This list of objects will be used by the launchTips function block to load and display tips.