Package org.robovm.apple.intents
Interface INSendPaymentIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INPaymentsDomainHandling
- All Known Implementing Classes:
INPaymentsDomainHandlingAdapter,INSendPaymentIntentHandlingAdapter
public interface INSendPaymentIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
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)
-
Method Details
-
handleSendPayment
void handleSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentIntentResponse> completion) -
confirmSendPayment
void confirmSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentIntentResponse> completion) -
resolvePersonPayeeForSendPayment
@Deprecated void resolvePersonPayeeForSendPayment(INSendPaymentIntent intent, VoidBlock1<INPersonResolutionResult> completion)Deprecated.Deprecated in iOS 11.0. resolvePayeeForSendPayment:withCompletion: is deprecated. Use resolvePayeeForSendPayment:completion: instead- Since:
- Available in iOS 10.0 and later.
-
resolvePayeeForSendPayment
void resolvePayeeForSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentPayeeResolutionResult> completion)- Since:
- Available in iOS 11.0 and later.
-
resolveCurrencyAmountForSendPayment
@Deprecated void resolveCurrencyAmountForSendPayment(INSendPaymentIntent intent, VoidBlock1<INCurrencyAmountResolutionResult> completion)Deprecated.Deprecated in iOS 11.0. resolveCurrencyAmountForSendPayment:withCompletion: is deprecated. Use resolveCurrencyAmountForSendPayment:completion: instead- Since:
- Available in iOS 10.0 and later.
-
resolveSendPaymentCurrencyAmountForSendPayment
void resolveSendPaymentCurrencyAmountForSendPayment(INSendPaymentIntent intent, VoidBlock1<INSendPaymentCurrencyAmountResolutionResult> completion)- Since:
- Available in iOS 11.0 and later.
-
resolveNoteForSendPayment
void resolveNoteForSendPayment(INSendPaymentIntent intent, VoidBlock1<INStringResolutionResult> completion)
-