다음을 통해 공유


PKPaymentAuthorizationViewControllerDelegate_Extensions 클래스

정의

프로토콜의 모든 메서드를 IPKPaymentAuthorizationViewControllerDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 PKPaymentAuthorizationViewControllerDelegate .

public static class PKPaymentAuthorizationViewControllerDelegate_Extensions
type PKPaymentAuthorizationViewControllerDelegate_Extensions = class
상속
PKPaymentAuthorizationViewControllerDelegate_Extensions

설명

개발자는 에 대한 IPKPaymentAuthorizationViewControllerDelegate 확장 메서드를 사용하여 인터페이스의 인스턴스를 원래 PKPaymentAuthorizationViewControllerDelegate 프로토콜의 모든 선택적 메서드를 갖는 것으로 처리할 수 있습니다. 인터페이스에는 필요한 멤버만 포함되므로 이러한 확장 메서드를 사용하면 개발자가 프로토콜의 선택적 멤버를 호출할 수 있습니다.

메서드

DidAuthorizePayment2(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKPayment, Action<PKPaymentAuthorizationResult>)

프로토콜의 모든 메서드를 IPKPaymentAuthorizationViewControllerDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 PKPaymentAuthorizationViewControllerDelegate .

DidSelectPaymentMethod(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKPaymentMethod, Action<PKPaymentSummaryItem[]>)

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

DidSelectPaymentMethod2(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKPaymentMethod, Action<PKPaymentRequestPaymentMethodUpdate>)

프로토콜의 모든 메서드를 IPKPaymentAuthorizationViewControllerDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 PKPaymentAuthorizationViewControllerDelegate .

DidSelectShippingAddress(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, ABRecord, PKPaymentShippingAddressSelected)

사용자가 배송 주소를 선택했음을 나타냅니다.

DidSelectShippingContact(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKContact, PKPaymentShippingAddressSelected)

사용자가 배송 연락처를 선택한 후 호출됩니다.

DidSelectShippingContact2(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKContact, Action<PKPaymentRequestShippingContactUpdate>)

프로토콜의 모든 메서드를 IPKPaymentAuthorizationViewControllerDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 PKPaymentAuthorizationViewControllerDelegate .

DidSelectShippingMethod(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKShippingMethod, PKPaymentShippingMethodSelected)

사용자가 배송메토드를 선택했음을 나타냅니다.

DidSelectShippingMethod2(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKShippingMethod, Action<PKPaymentRequestShippingMethodUpdate>)

프로토콜의 모든 메서드를 IPKPaymentAuthorizationViewControllerDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 PKPaymentAuthorizationViewControllerDelegate .

적용 대상