com.getsensibill.ui.receipt.capture / ReceiptCaptureActivityBuilder / withModeSummaryOnboarding
withModeSummaryOnboarding
fun withModeSummaryOnboarding(useModeSummaryOnboarding:
Boolean
):
ReceiptCaptureActivityBuilder
Determine which capture onboarding to display on first capture launch for a user.
True will show a page summarizing both capture methods, false will show a page with tips for the default capture mode.
Default value: true (ReceiptCaptureConstants.DEFAULT_USE_MODE_SUMMARY_ONBOARDING)
Parameters
useModeSummaryOnboarding
- Whether or not to use the summary style onboarding
Return This builder with the specified parameter added