IdentityBuilder class

The builder to start a new session.

Constructors

IdentityBuilder()

Properties

colors KIVColors
The colors that the SDK uses.
getter/setter pair
fonts KIVFonts
The fonts that the SDK uses.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasIntroScreen bool?
Whether the SDK shows an intro screen.
getter/setter pair
hasSuccessScreen bool?
Whether the SDK shows an success screen.
getter/setter pair
isDebug bool?
Whether the SDK should report debug information.
getter/setter pair
language KIVLanguage?
The language that the SDK uses.
getter/setter pair
retryThreshold int?
The threshold the user can attempt a task before a contact support button is shown.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verifyExcludeList List<String>?
The list of items to exclude in the data verification screen.
getter/setter pair
verifyIncludeList List<String>?
The list of items to include in the data verification screen.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setColors(KIVColors newColors) → dynamic
Overwrite the colors object with newColors for the builder.
setFonts(KIVFonts newFonts) → dynamic
Overwrite the fonts object with newFonts for the builder.
setLanguage(KIVLanguage newLanguage) → dynamic
Overwrite the language with newLanguage for the builder.
toString() String
A string representation of this object.
inherited

Operators

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