attachCardScanFragment

fun attachCardScanFragment(    lifecycleOwner: LifecycleOwner,     supportFragmentManager: FragmentManager,     @IdRes fragmentContainer: Int,     onFinished: (cardScanSheetResult: CardScanSheetResult) -> Unit)

Attach the cardscan fragment to the specified container. Results will be returned in the callback function.