MonoEvent enum

Inheritance

Constructors

MonoEvent()
const

Values

opened → const MonoEvent

OPENED Triggered when the user opens the Connect Widget.

success → const MonoEvent

SUCCESS Triggered when the user successfully links their account and provides the code for autentication.

exit → const MonoEvent

Triggered when the user closes the Connect Widget. EXIT

institutionSelected → const MonoEvent

INSTITUTION_SELECTED Triggered when the user selects an institution.

authMethodSwitched → const MonoEvent

AUTH_METHOD_SWITCHED Triggered when the user changes authentication method from internet to mobile banking, or vice versa.

submitCredentials → const MonoEvent

SUBMIT_CREDENTIALS Triggered when the user presses Log in.

accountLinked → const MonoEvent

ACCOUNT_LINKED Triggered when the user successfully links their account.

accountSelected → const MonoEvent

ACCOUNT_SELECTED Triggered when the user selects a new account.,

error → const MonoEvent

ERROR Triggered when the widget reports an error.

unknown → const MonoEvent

An unexpected event

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<MonoEvent>
A constant List of the values in this enum, in order of their declaration.