WebView3DS class
WebView для прохождения 3-D Secure
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- WebView3DS
Constructors
- WebView3DS({Key? key, required void onFinished(Submit3DSAuthorizationResponse?), required void onLoad(bool), required TinkoffAcquiringConfig config, required bool is3DsVersion2, required String acsUrl, String? md, String? paReq, String? acsTransId, String? version, String? serverTransId})
-
Конструктор WebView для прохождения 3-D Secure
const
Properties
- acsTransId → String?
-
Уникальный идентификатор транзакции, присвоенный ACS
final
- acsUrl → String
-
URL обработчик на стороне мерчанта, принимающий результаты прохождения 3-D Secure
final
- config → TinkoffAcquiringConfig
-
Конфигуратор SDK
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- is3DsVersion2 → bool
-
Проверка 3DS версии протокола
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- md → String?
-
Уникальный идентификатор транзакции в системе Банка (возвращается в ответе на FinishAuthorize)
final
- onFinished → void Function(Submit3DSAuthorizationResponse?)
-
Результат 3-D Secure
final
- onLoad → void Function(bool)
-
Загрузка 3-D Secure
final
- paReq → String?
-
Результат аутентификации 3-D Secure (возвращается в ответе на FinishAuthorize)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverTransId → String?
-
Уникальный идентификатор транзакции, генерируемый 3DS-Server,
обязательный параметр для 3DS второй версии
final
- version → String?
-
Версия протокола 3DS
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → _WebView3DSState -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited