Package org.robovm.apple.passkit
Class PKPaymentAuthorizationControllerDelegateAdapter
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.objc.ObjCObject
-
- org.robovm.apple.foundation.NSObject
-
- org.robovm.apple.passkit.PKPaymentAuthorizationControllerDelegateAdapter
-
- All Implemented Interfaces:
NSObjectProtocol
,PKPaymentAuthorizationControllerDelegate
,org.robovm.objc.ObjCProtocol
public class PKPaymentAuthorizationControllerDelegateAdapter extends NSObject implements PKPaymentAuthorizationControllerDelegate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInit
-
-
Field Summary
-
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAIN
-
-
Constructor Summary
Constructors Constructor Description PKPaymentAuthorizationControllerDelegateAdapter()
-
Method Summary
-
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValues
-
-
-
-
Method Detail
-
didFinish
public void didFinish(PKPaymentAuthorizationController controller)
- Specified by:
didFinish
in interfacePKPaymentAuthorizationControllerDelegate
-
didAuthorizePayment
public void didAuthorizePayment(PKPaymentAuthorizationController controller, PKPayment payment, org.robovm.objc.block.VoidBlock1<PKPaymentAuthorizationResult> completion)
- Specified by:
didAuthorizePayment
in interfacePKPaymentAuthorizationControllerDelegate
- Since:
- Available in iOS 11.0 and later.
-
didAuthorizePaymentEx
@Deprecated public void didAuthorizePaymentEx(PKPaymentAuthorizationController controller, PKPayment payment, org.robovm.objc.block.VoidBlock1<PKPaymentAuthorizationStatus> completion)
Deprecated.Deprecated in iOS 11.0. Use paymentAuthorizationController:didAuthorizePayment:handler: instead to provide more granular errors- Specified by:
didAuthorizePaymentEx
in interfacePKPaymentAuthorizationControllerDelegate
- Since:
- Available in iOS 10.0 and later.
-
willAuthorizePayment
public void willAuthorizePayment(PKPaymentAuthorizationController controller)
- Specified by:
willAuthorizePayment
in interfacePKPaymentAuthorizationControllerDelegate
-
didSelectShippingMethod
public void didSelectShippingMethod(PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, org.robovm.objc.block.VoidBlock1<PKPaymentRequestShippingMethodUpdate> completion)
- Specified by:
didSelectShippingMethod
in interfacePKPaymentAuthorizationControllerDelegate
- Since:
- Available in iOS 11.0 and later.
-
didSelectShippingContact
public void didSelectShippingContact(PKPaymentAuthorizationController controller, PKContact contact, org.robovm.objc.block.VoidBlock1<PKPaymentRequestShippingContactUpdate> completion)
- Specified by:
didSelectShippingContact
in interfacePKPaymentAuthorizationControllerDelegate
- Since:
- Available in iOS 11.0 and later.
-
didSelectPaymentMethod
public void didSelectPaymentMethod(PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, org.robovm.objc.block.VoidBlock1<PKPaymentRequestPaymentMethodUpdate> completion)
- Specified by:
didSelectPaymentMethod
in interfacePKPaymentAuthorizationControllerDelegate
- Since:
- Available in iOS 11.0 and later.
-
didSelectShippingMethod
@Deprecated public void didSelectShippingMethod(PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, org.robovm.objc.block.VoidBlock2<PKPaymentAuthorizationStatus,NSArray<PKPaymentSummaryItem>> completion)
Deprecated.Deprecated in iOS 11.0. Use paymentAuthorizationController:didSelectShippingMethod:handler: instead to provide more granular errors- Specified by:
didSelectShippingMethod
in interfacePKPaymentAuthorizationControllerDelegate
- Since:
- Available in iOS 10.0 and later.
-
didSelectShippingContact
@Deprecated public void didSelectShippingContact(PKPaymentAuthorizationController controller, PKContact contact, org.robovm.objc.block.VoidBlock3<PKPaymentAuthorizationStatus,NSArray<PKShippingMethod>,NSArray<PKPaymentSummaryItem>> completion)
Deprecated.Deprecated in iOS 11.0. Use paymentAuthorizationController:didSelectShippingContact:handler: instead to provide more granular errors- Specified by:
didSelectShippingContact
in interfacePKPaymentAuthorizationControllerDelegate
- Since:
- Available in iOS 10.0 and later.
-
didSelectPaymentMethodEx
@Deprecated public void didSelectPaymentMethodEx(PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, org.robovm.objc.block.VoidBlock1<NSArray<PKPaymentSummaryItem>> completion)
Deprecated.Deprecated in iOS 11.0. Use paymentAuthorizationController:didSelectPaymentMethod:handler: instead to provide more granular errors- Specified by:
didSelectPaymentMethodEx
in interfacePKPaymentAuthorizationControllerDelegate
- Since:
- Available in iOS 10.0 and later.
-
-