OneginiEventListener class
- Implemented types
Constructors
-
OneginiEventListener.new(StreamController<
OWEvent> broadCastController)
Properties
-
broadCastController
→ StreamController<
OWEvent> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
n2fCloseAuthOtp(
) → void -
Called to close OTP authentication.
override
-
n2fClosePinAuthentication(
) → void -
Called to close pin authentication screen.
override
-
n2fClosePinCreation(
) → void -
Called to close pin registration screen.
override
-
n2fEventFinishCustomRegistration(
OWCustomInfo? customInfo, String providerId) → void -
Called when the FinishCustomRegistration event occurs and a response should be given
override
-
n2fEventInitCustomRegistration(
OWCustomInfo? customInfo, String providerId) → void -
Custom Registration related events
override
-
n2fFinishBiometricAuthentication(
) → void -
Called when biometric authentication finishes.
override
-
n2fHandleRegisteredUrl(
String url) → void -
Browser Registration related events
override
-
n2fNextPinAuthenticationAttempt(
OWAuthenticationAttempt authenticationAttempt) → void -
Called to attempt next pin authentication.
override
-
n2fOpenAuthOtp(
String? message) → void -
OTP Mobile authentication related events
override
-
n2fOpenPinAuthentication(
) → void -
Pin Authentication related events
override
-
n2fOpenPinCreation(
) → void -
Pin Creation related events
override
-
n2fPinNotAllowed(
OWOneginiError error) → void -
Called to indicate that the given pin is not allowed for pin creation
override
-
n2fStartBiometricAuthentication(
) → void -
Biometric related events
override
-
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