Package org.robovm.apple.intents
Class INSendPaymentIntentHandlingAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INSendPaymentIntentHandlingAdapter
- All Implemented Interfaces:
NSObjectProtocol,INSendPaymentIntentHandling,ObjCProtocol
- Direct Known Subclasses:
INPaymentsDomainHandlingAdapter
public class INSendPaymentIntentHandlingAdapter extends NSObject implements INSendPaymentIntentHandling
-
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.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Constructor Description INSendPaymentIntentHandlingAdapter() -
Method Summary
Modifier and Type Method Description voidconfirmSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentIntentResponse> completion)voidhandleSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentIntentResponse> completion)voidresolveCurrencyAmountForSendPayment(INSendPaymentIntent intent, VoidBlock1<INCurrencyAmountResolutionResult> completion)Deprecated.Deprecated in iOS 11.0.voidresolveNoteForSendPayment(INSendPaymentIntent intent, VoidBlock1<INStringResolutionResult> completion)voidresolvePayeeForSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentPayeeResolutionResult> completion)voidresolvePersonPayeeForSendPayment(INSendPaymentIntent intent, VoidBlock1<INPersonResolutionResult> completion)Deprecated.Deprecated in iOS 11.0.voidresolveSendPaymentCurrencyAmountForSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentCurrencyAmountResolutionResult> completion)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, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
INSendPaymentIntentHandlingAdapter
public INSendPaymentIntentHandlingAdapter()
-
-
Method Details
-
handleSendPayment
public void handleSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentIntentResponse> completion)- Specified by:
handleSendPaymentin interfaceINSendPaymentIntentHandling
-
confirmSendPayment
public void confirmSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentIntentResponse> completion)- Specified by:
confirmSendPaymentin interfaceINSendPaymentIntentHandling
-
resolvePersonPayeeForSendPayment
@Deprecated public void resolvePersonPayeeForSendPayment(INSendPaymentIntent intent, VoidBlock1<INPersonResolutionResult> completion)Deprecated.Deprecated in iOS 11.0. resolvePayeeForSendPayment:withCompletion: is deprecated. Use resolvePayeeForSendPayment:completion: instead- Specified by:
resolvePersonPayeeForSendPaymentin interfaceINSendPaymentIntentHandling- Since:
- Available in iOS 10.0 and later.
-
resolvePayeeForSendPayment
public void resolvePayeeForSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentPayeeResolutionResult> completion)- Specified by:
resolvePayeeForSendPaymentin interfaceINSendPaymentIntentHandling- Since:
- Available in iOS 11.0 and later.
-
resolveCurrencyAmountForSendPayment
@Deprecated public void resolveCurrencyAmountForSendPayment(INSendPaymentIntent intent, VoidBlock1<INCurrencyAmountResolutionResult> completion)Deprecated.Deprecated in iOS 11.0. resolveCurrencyAmountForSendPayment:withCompletion: is deprecated. Use resolveCurrencyAmountForSendPayment:completion: instead- Specified by:
resolveCurrencyAmountForSendPaymentin interfaceINSendPaymentIntentHandling- Since:
- Available in iOS 10.0 and later.
-
resolveSendPaymentCurrencyAmountForSendPayment
public void resolveSendPaymentCurrencyAmountForSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentCurrencyAmountResolutionResult> completion)- Specified by:
resolveSendPaymentCurrencyAmountForSendPaymentin interfaceINSendPaymentIntentHandling- Since:
- Available in iOS 11.0 and later.
-
resolveNoteForSendPayment
public void resolveNoteForSendPayment(INSendPaymentIntent intent, VoidBlock1<INStringResolutionResult> completion)- Specified by:
resolveNoteForSendPaymentin interfaceINSendPaymentIntentHandling
-