ApplePayButtonType enum Null safety
The types of button supported on Apple Pay.
See the PKPaymentButtonType class in the Apple Pay documentation to learn more.
Constructors
- ApplePayButtonType()
-
const
Values
- plain → const ApplePayButtonType
-
const ApplePayButtonType(0)
- buy → const ApplePayButtonType
-
const ApplePayButtonType(1)
- setUp → const ApplePayButtonType
-
const ApplePayButtonType(2)
- inStore → const ApplePayButtonType
-
const ApplePayButtonType(3)
- donate → const ApplePayButtonType
-
const ApplePayButtonType(4)
- checkout → const ApplePayButtonType
-
const ApplePayButtonType(5)
- book → const ApplePayButtonType
-
const ApplePayButtonType(6)
- subscribe → const ApplePayButtonType
-
const ApplePayButtonType(7)
- reload → const ApplePayButtonType
-
const ApplePayButtonType(8)
- addMoney → const ApplePayButtonType
-
const ApplePayButtonType(9)
- topUp → const ApplePayButtonType
-
const ApplePayButtonType(10)
- order → const ApplePayButtonType
-
const ApplePayButtonType(11)
- rent → const ApplePayButtonType
-
const ApplePayButtonType(12)
- support → const ApplePayButtonType
-
const ApplePayButtonType(13)
- contribute → const ApplePayButtonType
-
const ApplePayButtonType(14)
- tip → const ApplePayButtonType
-
const ApplePayButtonType(15)
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ApplePayButtonType> -
A constant List of the values in this enum, in order of their declaration.
[plain, buy, setUp, inStore, donate, checkout, book, subscribe, reload, addMoney, topUp, order, rent, support, contribute, tip]