-
Methods in org.robovm.apple.intents with parameters of type INSendPaymentIntent
| Modifier and Type |
Method |
Description |
void |
INSendPaymentIntentHandling.confirmSendPayment(INSendPaymentIntent intent,
VoidBlock1<INSendPaymentIntentResponse> completion) |
|
void |
INSendPaymentIntentHandlingAdapter.confirmSendPayment(INSendPaymentIntent intent,
VoidBlock1<INSendPaymentIntentResponse> completion) |
|
void |
INSendPaymentIntentHandling.handleSendPayment(INSendPaymentIntent intent,
VoidBlock1<INSendPaymentIntentResponse> completion) |
|
void |
INSendPaymentIntentHandlingAdapter.handleSendPayment(INSendPaymentIntent intent,
VoidBlock1<INSendPaymentIntentResponse> completion) |
|
void |
INSendPaymentIntentHandling.resolveCurrencyAmountForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INCurrencyAmountResolutionResult> completion) |
Deprecated.
|
void |
INSendPaymentIntentHandlingAdapter.resolveCurrencyAmountForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INCurrencyAmountResolutionResult> completion) |
Deprecated.
|
void |
INSendPaymentIntentHandling.resolveNoteForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
|
void |
INSendPaymentIntentHandlingAdapter.resolveNoteForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
|
void |
INSendPaymentIntentHandling.resolvePayeeForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INSendPaymentPayeeResolutionResult> completion) |
|
void |
INSendPaymentIntentHandlingAdapter.resolvePayeeForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INSendPaymentPayeeResolutionResult> completion) |
|
void |
INSendPaymentIntentHandling.resolvePersonPayeeForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INPersonResolutionResult> completion) |
Deprecated.
|
void |
INSendPaymentIntentHandlingAdapter.resolvePersonPayeeForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INPersonResolutionResult> completion) |
Deprecated.
|
void |
INSendPaymentIntentHandling.resolveSendPaymentCurrencyAmountForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INSendPaymentCurrencyAmountResolutionResult> completion) |
|
void |
INSendPaymentIntentHandlingAdapter.resolveSendPaymentCurrencyAmountForSendPayment(INSendPaymentIntent intent,
VoidBlock1<INSendPaymentCurrencyAmountResolutionResult> completion) |
|