Package org.robovm.apple.intents
Interface INPaymentsDomainHandling
- All Superinterfaces:
INPayBillIntentHandling,INRequestPaymentIntentHandling,INSearchForAccountsIntentHandling,INSearchForBillsIntentHandling,INSendPaymentIntentHandling,INTransferMoneyIntentHandling,NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INPaymentsDomainHandlingAdapter
@Deprecated public interface INPaymentsDomainHandling extends INSendPaymentIntentHandling, INRequestPaymentIntentHandling, INPayBillIntentHandling, INSearchForBillsIntentHandling, INSearchForAccountsIntentHandling, INTransferMoneyIntentHandling
Deprecated.
Deprecated in iOS 13.0. Please conform to INSendPaymentIntentHandling, INRequestPaymentIntentHandling, INPayBillIntentHandling, INSearchForBillsIntentHandling, INSearchForAccountsIntentHandling and INTransferMoneyIntentHandling instead
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Methods inherited from interface org.robovm.apple.intents.INPayBillIntentHandling
confirmPayBill, handlePayBill, resolveBillPayeeForPayBill, resolveBillTypeForPayBill, resolveDueDateForPayBill, resolveFromAccountForPayBill, resolveTransactionAmountForPayBill, resolveTransactionNoteForPayBill, resolveTransactionScheduledDateForPayBillMethods inherited from interface org.robovm.apple.intents.INRequestPaymentIntentHandling
confirmRequestPayment, handleRequestPayment, resolveCurrencyAmountForRequestPayment, resolveNoteForRequestPayment, resolvePayerForRequestPayment, resolvePersonPayerForRequestPayment, resolveRequestPaymentCurrencyAmountForRequestPaymentMethods inherited from interface org.robovm.apple.intents.INSearchForAccountsIntentHandling
confirmSearchForAccounts, handleSearchForAccounts, resolveAccountNicknameForSearchForAccounts, resolveAccountTypeForSearchForAccounts, resolveOrganizationNameForSearchForAccounts, resolveRequestedBalanceTypeForSearchForAccountsMethods inherited from interface org.robovm.apple.intents.INSearchForBillsIntentHandling
confirmSearchForBills, handleSearchForBills, resolveBillPayeeForSearchForBills, resolveBillTypeForSearchForBills, resolveDueDateRangeForSearchForBills, resolvePaymentDateRangeForSearchForBills, resolveStatusForSearchForBillsMethods inherited from interface org.robovm.apple.intents.INSendPaymentIntentHandling
confirmSendPayment, handleSendPayment, resolveCurrencyAmountForSendPayment, resolveNoteForSendPayment, resolvePayeeForSendPayment, resolvePersonPayeeForSendPayment, resolveSendPaymentCurrencyAmountForSendPaymentMethods inherited from interface org.robovm.apple.intents.INTransferMoneyIntentHandling
confirmTransferMoney, handleTransferMoney, resolveFromAccountForTransferMoney, resolveToAccountForTransferMoney, resolveTransactionAmountForTransferMoney, resolveTransactionNoteForTransferMoney, resolveTransactionScheduledDateForTransferMoney