다음을 통해 공유


PKPaymentAuthorizationViewControllerDelegate_Extensions.DidSelectPaymentMethod 메서드

정의

개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다. 개발자는 대신 'DidSelectPaymentMethod2'를 사용해야 합니다.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidSelectPaymentMethod2' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidSelectPaymentMethod (this PassKit.IPKPaymentAuthorizationViewControllerDelegate This, PassKit.PKPaymentAuthorizationViewController controller, PassKit.PKPaymentMethod paymentMethod, Action<PassKit.PKPaymentSummaryItem[]> completion);
static member DidSelectPaymentMethod : PassKit.IPKPaymentAuthorizationViewControllerDelegate * PassKit.PKPaymentAuthorizationViewController * PassKit.PKPaymentMethod * Action<PassKit.PKPaymentSummaryItem[]> -> unit

매개 변수

This
IPKPaymentAuthorizationViewControllerDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

paymentMethod
PKPaymentMethod
특성

적용 대상