Class PKPaymentButton

All Implemented Interfaces:
CALayerDelegate, NSCoding, NSObjectProtocol, UIAccessibilityContentSizeCategoryImageAdjusting, UIAccessibilityIdentification, UIActivityItemsConfigurationProviding, UIAppearanceContainer, UIContextMenuInteractionDelegate, UICoordinateSpace, UIDynamicItem, UIFocusEnvironment, UIFocusItem, UIFocusItemContainer, UILargeContentViewerItem, UIPasteConfigurationSupporting, UIResponderStandardEditActions, UISpringLoadedInteractionSupporting, UITraitEnvironment, UIUserActivityRestoring, ObjCProtocol

public class PKPaymentButton
extends UIButton
Since:
Available in iOS 8.3 and later.
  • Constructor Details

    • PKPaymentButton

      public PKPaymentButton()
    • PKPaymentButton

      protected PKPaymentButton​(NSObject.Handle h, long handle)
    • PKPaymentButton

      protected PKPaymentButton​(NSObject.SkipInit skipInit)
    • PKPaymentButton

      public PKPaymentButton​(PKPaymentButtonType type, PKPaymentButtonStyle style)
      Since:
      Available in iOS 9.0 and later.
    • PKPaymentButton

      public PKPaymentButton​(CGRect frame)
    • PKPaymentButton

      public PKPaymentButton​(NSCoder coder)
    • PKPaymentButton

      public PKPaymentButton​(CGRect frame, UIAction primaryAction)
      Since:
      Available in iOS 14.0 and later.
  • Method Details