NfcSelectionFragment

A prebuilt screen for selecting which type of document to begin a NFC session. If MiSnapSettings.Nfc.mrz is set then the session will automatically begin, otherwise the user will be prompted to select which type of document they have and to manually enter its MRZ.

Supports customization through buildWorkflowSettings, buildFragmentArguments, nav graph arguments, and XML overrides.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
data class WorkflowSettings @JvmOverloads constructor(val showSkipButton: Boolean? = null, val handleOrientation: Boolean? = null)

Describes the available settings for this fragment.