Configuration class

Contains configuration options available for Veriff.

See relevant documentation at https://developers.veriff.com/#flutter-integration.

Constructors

Configuration(String sessionUrl, {Branding? branding, String? languageLocale, bool? useCustomIntroScreen, String? vendorData})
Creates a Configuration object.

Properties

branding Branding?
Optional branding object to configure Veriff SDK UI.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageLocale String?
Optional locale identifier to set language
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionUrl String
Session URL to start verification session.
getter/setter pair
useCustomIntroScreen bool?
Boolean to enable/disable custom intro screen. NB: This boolean alone is not enough to enable the custom intro screen. Please contact your account manager to enable it for your integration.
getter/setter pair
vendorData String?
Optional vendor data
getter/setter pair

Methods

asMap() Map<String, dynamic>
Returns the Branding object as map.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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