OneTapStatus enum

Status One Tap Sign In

Inheritance

Constructors

OneTapStatus()
const

Values

TEMPORARY_BLOCK → const OneTapStatus

When to many attemp and canceled action User will get this OneTapStatus.TEMPORARY_BLOCK

BLOCK → const OneTapStatus

We dont know this status is Possible or Not User will get this OneTapStatus.BLOCK

! For now its never called

UNKNOWN → const OneTapStatus

When geting unknown User will get this OneTapStatus.UNKNOWN

CANCELED → const OneTapStatus

When the user intentionally cancels the action User will get this OneTapStatus.CANCELED

FAIL → const OneTapStatus

Its posible when no internet or other condition inner KotlinException User will get this OneTapStatus.FAIL

OK → const OneTapStatus

You Rock 🤘 🤘 🤘 🤘 User will get this OneTapStatus.OK

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<OneTapStatus>
A constant List of the values in this enum, in order of their declaration.