MonoEvent enum
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
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