UpiApplicationDiscoveryAppStatusType enum
Represents the UPI payment working status of apps that user wants to access.
Passed as statusType
parameter of UpiPay.getInstalledUpiApplications
API.
Values
- all → const UpiApplicationDiscoveryAppStatusType
-
Indicates that user wants UPI apps with any working status (they must be discoverable, though)
- workingWithWarnings → const UpiApplicationDiscoveryAppStatusType
-
Indicates that user wants UPI apps that complete the UPI payment and may or may not involve the "unverified source" warning. Currently, only individual-to-individual payments are implemented, and this status type is relevant for them only as some apps give this warning in the payment process and take confirmation from user before proceeding for this type of payments. For merchant payments, this type may become irrelevant.
- working → const UpiApplicationDiscoveryAppStatusType
-
Indicates that user wants UPI apps that complete the UPI payment without the "unverified source" warning
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<
UpiApplicationDiscoveryAppStatusType> - A constant List of the values in this enum, in order of their declaration.