PKPaymentButtonType Enum

Definition

Enumerates the types of PKPaymentButton objects.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPaymentButtonType
type PKPaymentButtonType = 
Inheritance
PKPaymentButtonType
Attributes

Fields

Buy 1

A button reading "Buy with" and the Apple Pay logo.

Donate 4

A button that reads "Donate with" and the Apple Pay logo.

InStore 3

A button that reads "Pay with," accompanied by the Apple Pay logo.

Plain 0

A button with the Apple Pay logo.

SetUp 2

A button that prompts the user to set a card up for payment with Apple Pay.

Applies to