NFCWithAccessControlFlow class

This flow captures the details required to access a document's NFC chip and reads the document.

Inheritance
Implemented types
Available extensions

Constructors

NFCWithAccessControlFlow()

Properties

accessKey String
no getteroverride
allowedDataGroupsToRead List<DataGroup>?
no getter
allowedDocumentTypes List<DocumentType>
no getteroverride
allowSkipReadingAfterAttempts int
no getter
applicationLevelEncryptionPins List<String>?
no getteroverride
baseUrl String
no getteroverride
dateFormat DateFormat
no getteroverride
dateSeparator DateSeparator
no getteroverride
hashCode int
The hash code for this object.
no setterinherited
instructionsPlayCount int
Replays the instruction animations a number of times -< 0 the animations are play endless, 0 the animations are disabled, > 0 the animations are played that many times. Default value is -1 (endless play)
no getteroverride
isDebugEnabled bool
no getteroverride
language String?
no getteroverride
manualInputMode ManualInputMode
no getter
oauthToken String
no getteroverride
opaqueID String?
no getteroverride
preventSessionCommit bool
no getteroverride
readIDSession ReadIDSession?
no getteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenOrientation ScreenOrientation
no getteroverride
shouldAllowScreenshots bool
no getteroverride
shouldAskDismissConfirmation bool
no getteroverride
shouldCommitSessionWithoutNFC bool
no getter
shouldMaskPersonalData bool
no getteroverride
shouldOnlyShowInstructionsOnFirstUse bool
Sets showInstructions always enabled/disabled. Default value is false.
no getteroverride
shouldPlayShutterSound bool
no getter
shouldReadImages bool
no getter
shouldRequirePersonalNumber bool
no getter
shouldShowDocumentSelection bool
no getteroverride
shouldShowInstructionCarousel bool
Whether the instruction carousel should be shown. Default value is true.
no getteroverride
shouldShowNFCResult bool
no getteroverride
shouldShowTorchButton bool
no getter
shouldShowVIZConfirmation bool
no getter
shouldShowVIZResult bool
no getter
shouldUsePinning bool
no getteroverride
tlsPins List<String>?
no getteroverride
uiResources UIResources?
no getteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
obfuscationSafeStringify() String

Available on ReadIDFlow, provided by the Stringify extension

toJson() Map<String, dynamic>
Returns a JSON-representation of NFCWithAccessControlFlow
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited