ApplePayButtonType enum

Inheritance

Constructors

ApplePayButtonType()
const

Values

plain → const ApplePayButtonType

Apple Pay logo

buy → const ApplePayButtonType

A button with the text “Buy with” and the Apple Pay logo.

setUp → const ApplePayButtonType

A button prompting the user to set up a card.

inStore → const ApplePayButtonType

A button with the text “In Store” and the Apple Pay logo, available from iOS 10.0

A button with the text “Donate with” and the Apple Pay logo, available from iOS 10.2

checkout → const ApplePayButtonType

A button with the text “Check out with” and the Apple Pay logo, available from iOS 12.0

book → const ApplePayButtonType

A button with the text “Book with” and the Apple Pay logo, available from iOS 12.0

subscribe → const ApplePayButtonType

A button with the text “Subscribe with” and the Apple Pay logo, available from iOS 12.0

reload → const ApplePayButtonType

A button with the text “Reload with” and the Apple Pay logo, available from iOS 14.0

addMoney → const ApplePayButtonType

A button with the text “Add money with” and the Apple Pay logo, available from iOS 14.0

topUp → const ApplePayButtonType

A button with the text “Top Up with” and the Apple Pay logo, available from iOS 14.0

order → const ApplePayButtonType

A button with the text “Order with” and the Apple Pay logo, available from iOS 14.0

rent → const ApplePayButtonType

A button with the text “Rent with” and the Apple Pay logo, available from iOS 14.0

support → const ApplePayButtonType

A button with the text “Support with” and the Apple Pay logo, available from iOS 14.0

contribute → const ApplePayButtonType

A button with the text “Contribute with” and the Apple Pay logo, available from iOS 14.0

tip → const ApplePayButtonType

A button with the text “Tip with” and the Apple Pay logo, available from iOS 14.0

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