OneTapTitleScenario enum

A scenario that modifies One Tap title.

Inheritance
Available extensions

Values

signIn → const OneTapTitleScenario

Default auth scenario.

signUp → const OneTapTitleScenario

A scenario for service sector and educational services.

get → const OneTapTitleScenario

A scenario for cases with a discount or bonus.

open → const OneTapTitleScenario

A scenario for the financial sector (account, card, deposit).

calculate → const OneTapTitleScenario

A scenario for the financial sector and complex products (project cost, mortgage).

order → const OneTapTitleScenario

A scenario for e-commerce carts with text "order as {user}".

placeOrder → const OneTapTitleScenario

A scenario for e-commerce carts with text "place order as {user}".

sendRequest → const OneTapTitleScenario

A scenario for e-commerce and services where you need to submit a request for participation.

participate → const OneTapTitleScenario

A scenario for educational projects and participation in tenders.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<OneTapTitleScenario>
A constant List of the values in this enum, in order of their declaration.