UpiApplicationDiscoveryAppStatusType enum Null safety
Represents the UPI payment working status of apps that user wants to access.
Passed as statusType
parameter of UpiPay.getInstalledUpiApplications
API.
Constants
- all → const UpiApplicationDiscoveryAppStatusType
-
Indicates that user wants UPI apps with any working status (they must be discoverable, though)
const UpiApplicationDiscoveryAppStatusType(0)
-
values
→ const List<
UpiApplicationDiscoveryAppStatusType> -
A constant List of the values in this enum, in order of their declaration.
const List<
UpiApplicationDiscoveryAppStatusType> - working → const UpiApplicationDiscoveryAppStatusType
-
Indicates that user wants UPI apps that complete the UPI payment without the "unverified source" warning
const UpiApplicationDiscoveryAppStatusType(2)
- 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.
const UpiApplicationDiscoveryAppStatusType(1)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited