UpiTransactionStatus enum
Represents status of executing a UPI transaction by launching a UPI app.
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
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.