PKPaymentButtonStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates available styles for PKPaymentButton objects.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPaymentButtonStyle
type PKPaymentButtonStyle =
- Inheritance
-
PKPaymentButtonStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
White | 0 | White background with black lettering. |
WhiteOutline | 1 | White background with black outline and black lettering. |
Black | 2 | Black background with white lettering. |