UpiTransactionStatus enum

Represents status of executing a UPI transaction by launching a UPI app.

Inheritance

Constructors

UpiTransactionStatus()
const

Values

submitted → const UpiTransactionStatus

UPI transaction submitted and is yet to complete (Android-only) See Status in UPI Linking Specification

success → const UpiTransactionStatus

UPI transaction is successful (Android-only) See Status in UPI Linking Specification

failure → const UpiTransactionStatus

UPI transaction failed (Android-only) See Status in UPI Linking Specification

launched → const UpiTransactionStatus

UPI payment app launched with transaction parameters (iOS-only)

failedToLaunch → const UpiTransactionStatus

UPI payment app launch failed (iOS-only)

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