NfcReaderFragment

A prebuilt screen for starting a NFC session.

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(@DrawableRes val scanInstructionsSearchingDrawableId: Int? = null, @DrawableRes val scanInstructionsReadingDrawableId: Int? = null, @DrawableRes val scanInstructionsSuccessDrawableId: Int? = null, @DrawableRes val scanInstructionsFailureDrawableId: Int? = null, @StringRes val scanInstructionsTextId: Int? = null, val shouldShowFailoverPopup: Boolean? = null, val skipVisibilityTimeout: Int? = null, val handleOrientation: Boolean? = null)

Describes the available settings for this fragment.