-
Methods in org.robovm.apple.intents with parameters of type INPayBillIntent
| Modifier and Type |
Method |
Description |
void |
INPayBillIntentHandling.confirmPayBill(INPayBillIntent intent,
VoidBlock1<INPayBillIntentResponse> completion) |
Deprecated.
|
void |
INPayBillIntentHandlingAdapter.confirmPayBill(INPayBillIntent intent,
VoidBlock1<INPayBillIntentResponse> completion) |
|
void |
INPaymentsDomainHandlingAdapter.confirmPayBill(INPayBillIntent intent,
VoidBlock1<INPayBillIntentResponse> completion) |
|
void |
INPayBillIntentHandling.handlePayBill(INPayBillIntent intent,
VoidBlock1<INPayBillIntentResponse> completion) |
Deprecated.
|
void |
INPayBillIntentHandlingAdapter.handlePayBill(INPayBillIntent intent,
VoidBlock1<INPayBillIntentResponse> completion) |
|
void |
INPaymentsDomainHandlingAdapter.handlePayBill(INPayBillIntent intent,
VoidBlock1<INPayBillIntentResponse> completion) |
|
void |
INPayBillIntentHandling.resolveBillPayeeForPayBill(INPayBillIntent intent,
VoidBlock1<INBillPayeeResolutionResult> completion) |
Deprecated.
|
void |
INPayBillIntentHandlingAdapter.resolveBillPayeeForPayBill(INPayBillIntent intent,
VoidBlock1<INBillPayeeResolutionResult> completion) |
|
void |
INPaymentsDomainHandlingAdapter.resolveBillPayeeForPayBill(INPayBillIntent intent,
VoidBlock1<INBillPayeeResolutionResult> completion) |
|
void |
INPayBillIntentHandling.resolveBillTypeForPayBill(INPayBillIntent intent,
VoidBlock1<INBillTypeResolutionResult> completion) |
Deprecated.
|
void |
INPayBillIntentHandlingAdapter.resolveBillTypeForPayBill(INPayBillIntent intent,
VoidBlock1<INBillTypeResolutionResult> completion) |
|
void |
INPaymentsDomainHandlingAdapter.resolveBillTypeForPayBill(INPayBillIntent intent,
VoidBlock1<INBillTypeResolutionResult> completion) |
|
void |
INPayBillIntentHandling.resolveDueDateForPayBill(INPayBillIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
Deprecated.
|
void |
INPayBillIntentHandlingAdapter.resolveDueDateForPayBill(INPayBillIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
|
void |
INPaymentsDomainHandlingAdapter.resolveDueDateForPayBill(INPayBillIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
|
void |
INPayBillIntentHandling.resolveFromAccountForPayBill(INPayBillIntent intent,
VoidBlock1<INPaymentAccountResolutionResult> completion) |
Deprecated.
|
void |
INPayBillIntentHandlingAdapter.resolveFromAccountForPayBill(INPayBillIntent intent,
VoidBlock1<INPaymentAccountResolutionResult> completion) |
|
void |
INPaymentsDomainHandlingAdapter.resolveFromAccountForPayBill(INPayBillIntent intent,
VoidBlock1<INPaymentAccountResolutionResult> completion) |
|
void |
INPayBillIntentHandling.resolveTransactionAmountForPayBill(INPayBillIntent intent,
VoidBlock1<INPaymentAmountResolutionResult> completion) |
Deprecated.
|
void |
INPayBillIntentHandlingAdapter.resolveTransactionAmountForPayBill(INPayBillIntent intent,
VoidBlock1<INPaymentAmountResolutionResult> completion) |
|
void |
INPaymentsDomainHandlingAdapter.resolveTransactionAmountForPayBill(INPayBillIntent intent,
VoidBlock1<INPaymentAmountResolutionResult> completion) |
|
void |
INPayBillIntentHandling.resolveTransactionNoteForPayBill(INPayBillIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
Deprecated.
|
void |
INPayBillIntentHandlingAdapter.resolveTransactionNoteForPayBill(INPayBillIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
|
void |
INPaymentsDomainHandlingAdapter.resolveTransactionNoteForPayBill(INPayBillIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
|
void |
INPayBillIntentHandling.resolveTransactionScheduledDateForPayBill(INPayBillIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
Deprecated.
|
void |
INPayBillIntentHandlingAdapter.resolveTransactionScheduledDateForPayBill(INPayBillIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
|
void |
INPaymentsDomainHandlingAdapter.resolveTransactionScheduledDateForPayBill(INPayBillIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
|