Package org.robovm.apple.intents
Class INPaymentsDomainHandlingAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INSendPaymentIntentHandlingAdapter
org.robovm.apple.intents.INPaymentsDomainHandlingAdapter
- All Implemented Interfaces:
NSObjectProtocol,INPayBillIntentHandling,INPaymentsDomainHandling,INRequestPaymentIntentHandling,INSearchForAccountsIntentHandling,INSearchForBillsIntentHandling,INSendPaymentIntentHandling,INTransferMoneyIntentHandling,ObjCProtocol
public class INPaymentsDomainHandlingAdapter extends INSendPaymentIntentHandlingAdapter implements INPaymentsDomainHandling
-
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
-
Constructor Summary
Constructors Constructor Description INPaymentsDomainHandlingAdapter() -
Method Summary
Methods inherited from class org.robovm.apple.intents.INSendPaymentIntentHandlingAdapter
confirmSendPayment, handleSendPayment, resolveCurrencyAmountForSendPayment, resolveNoteForSendPayment, resolvePayeeForSendPayment, resolvePersonPayeeForSendPayment, resolveSendPaymentCurrencyAmountForSendPaymentMethods 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 interface org.robovm.apple.intents.INSendPaymentIntentHandling
confirmSendPayment, handleSendPayment, resolveCurrencyAmountForSendPayment, resolveNoteForSendPayment, resolvePayeeForSendPayment, resolvePersonPayeeForSendPayment, resolveSendPaymentCurrencyAmountForSendPayment
-
Constructor Details
-
INPaymentsDomainHandlingAdapter
public INPaymentsDomainHandlingAdapter()
-
-
Method Details
-
handleRequestPayment
public void handleRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INRequestPaymentIntentResponse> completion)- Specified by:
handleRequestPaymentin interfaceINRequestPaymentIntentHandling
-
confirmRequestPayment
public void confirmRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INRequestPaymentIntentResponse> completion)- Specified by:
confirmRequestPaymentin interfaceINRequestPaymentIntentHandling
-
resolvePersonPayerForRequestPayment
@Deprecated public void resolvePersonPayerForRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INPersonResolutionResult> completion)Deprecated.Deprecated in iOS 11.0. resolvePayerForRequestPayment:withCompletion: is deprecated. Use resolvePayerForRequestPayment:completion: instead- Specified by:
resolvePersonPayerForRequestPaymentin interfaceINRequestPaymentIntentHandling- Since:
- Available in iOS 10.0 and later.
-
resolvePayerForRequestPayment
public void resolvePayerForRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INRequestPaymentPayerResolutionResult> completion)- Specified by:
resolvePayerForRequestPaymentin interfaceINRequestPaymentIntentHandling- Since:
- Available in iOS 11.0 and later.
-
resolveCurrencyAmountForRequestPayment
@Deprecated public void resolveCurrencyAmountForRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INCurrencyAmountResolutionResult> completion)Deprecated.Deprecated in iOS 11.0. resolveCurrencyAmountForRequestPayment:withCompletion: is deprecated. Use resolveCurrencyAmountForRequestPayment:completion: instead- Specified by:
resolveCurrencyAmountForRequestPaymentin interfaceINRequestPaymentIntentHandling- Since:
- Available in iOS 10.0 and later.
-
resolveRequestPaymentCurrencyAmountForRequestPayment
public void resolveRequestPaymentCurrencyAmountForRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INRequestPaymentCurrencyAmountResolutionResult> completion)- Specified by:
resolveRequestPaymentCurrencyAmountForRequestPaymentin interfaceINRequestPaymentIntentHandling- Since:
- Available in iOS 11.0 and later.
-
resolveNoteForRequestPayment
public void resolveNoteForRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INStringResolutionResult> completion)- Specified by:
resolveNoteForRequestPaymentin interfaceINRequestPaymentIntentHandling
-
handlePayBill
- Specified by:
handlePayBillin interfaceINPayBillIntentHandling
-
confirmPayBill
- Specified by:
confirmPayBillin interfaceINPayBillIntentHandling
-
resolveBillPayeeForPayBill
public void resolveBillPayeeForPayBill(INPayBillIntent intent, VoidBlock1<INBillPayeeResolutionResult> completion)- Specified by:
resolveBillPayeeForPayBillin interfaceINPayBillIntentHandling
-
resolveFromAccountForPayBill
public void resolveFromAccountForPayBill(INPayBillIntent intent, VoidBlock1<INPaymentAccountResolutionResult> completion)- Specified by:
resolveFromAccountForPayBillin interfaceINPayBillIntentHandling
-
resolveTransactionAmountForPayBill
public void resolveTransactionAmountForPayBill(INPayBillIntent intent, VoidBlock1<INPaymentAmountResolutionResult> completion)- Specified by:
resolveTransactionAmountForPayBillin interfaceINPayBillIntentHandling
-
resolveTransactionScheduledDateForPayBill
public void resolveTransactionScheduledDateForPayBill(INPayBillIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)- Specified by:
resolveTransactionScheduledDateForPayBillin interfaceINPayBillIntentHandling
-
resolveTransactionNoteForPayBill
public void resolveTransactionNoteForPayBill(INPayBillIntent intent, VoidBlock1<INStringResolutionResult> completion)- Specified by:
resolveTransactionNoteForPayBillin interfaceINPayBillIntentHandling
-
resolveBillTypeForPayBill
public void resolveBillTypeForPayBill(INPayBillIntent intent, VoidBlock1<INBillTypeResolutionResult> completion)- Specified by:
resolveBillTypeForPayBillin interfaceINPayBillIntentHandling
-
resolveDueDateForPayBill
public void resolveDueDateForPayBill(INPayBillIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)- Specified by:
resolveDueDateForPayBillin interfaceINPayBillIntentHandling
-
handleSearchForBills
public void handleSearchForBills(INSearchForBillsIntent intent, VoidBlock1<INSearchForBillsIntentResponse> completion)- Specified by:
handleSearchForBillsin interfaceINSearchForBillsIntentHandling
-
confirmSearchForBills
public void confirmSearchForBills(INSearchForBillsIntent intent, VoidBlock1<INSearchForBillsIntentResponse> completion)- Specified by:
confirmSearchForBillsin interfaceINSearchForBillsIntentHandling
-
resolveBillPayeeForSearchForBills
public void resolveBillPayeeForSearchForBills(INSearchForBillsIntent intent, VoidBlock1<INBillPayeeResolutionResult> completion)- Specified by:
resolveBillPayeeForSearchForBillsin interfaceINSearchForBillsIntentHandling
-
resolvePaymentDateRangeForSearchForBills
public void resolvePaymentDateRangeForSearchForBills(INSearchForBillsIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)- Specified by:
resolvePaymentDateRangeForSearchForBillsin interfaceINSearchForBillsIntentHandling
-
resolveBillTypeForSearchForBills
public void resolveBillTypeForSearchForBills(INSearchForBillsIntent intent, VoidBlock1<INBillTypeResolutionResult> completion)- Specified by:
resolveBillTypeForSearchForBillsin interfaceINSearchForBillsIntentHandling
-
resolveStatusForSearchForBills
public void resolveStatusForSearchForBills(INSearchForBillsIntent intent, VoidBlock1<INPaymentStatusResolutionResult> completion)- Specified by:
resolveStatusForSearchForBillsin interfaceINSearchForBillsIntentHandling
-
resolveDueDateRangeForSearchForBills
public void resolveDueDateRangeForSearchForBills(INSearchForBillsIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)- Specified by:
resolveDueDateRangeForSearchForBillsin interfaceINSearchForBillsIntentHandling
-
handleSearchForAccounts
public void handleSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSearchForAccountsIntentResponse> completion)- Specified by:
handleSearchForAccountsin interfaceINSearchForAccountsIntentHandling
-
confirmSearchForAccounts
public void confirmSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSearchForAccountsIntentResponse> completion)- Specified by:
confirmSearchForAccountsin interfaceINSearchForAccountsIntentHandling
-
resolveAccountNicknameForSearchForAccounts
public void resolveAccountNicknameForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)- Specified by:
resolveAccountNicknameForSearchForAccountsin interfaceINSearchForAccountsIntentHandling
-
resolveAccountTypeForSearchForAccounts
public void resolveAccountTypeForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INAccountTypeResolutionResult> completion)- Specified by:
resolveAccountTypeForSearchForAccountsin interfaceINSearchForAccountsIntentHandling
-
resolveOrganizationNameForSearchForAccounts
public void resolveOrganizationNameForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)- Specified by:
resolveOrganizationNameForSearchForAccountsin interfaceINSearchForAccountsIntentHandling
-
resolveRequestedBalanceTypeForSearchForAccounts
public void resolveRequestedBalanceTypeForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INBalanceTypeResolutionResult> completion)- Specified by:
resolveRequestedBalanceTypeForSearchForAccountsin interfaceINSearchForAccountsIntentHandling
-
handleTransferMoney
public void handleTransferMoney(INTransferMoneyIntent intent, VoidBlock1<INTransferMoneyIntentResponse> completion)- Specified by:
handleTransferMoneyin interfaceINTransferMoneyIntentHandling
-
confirmTransferMoney
public void confirmTransferMoney(INTransferMoneyIntent intent, VoidBlock1<INTransferMoneyIntentResponse> completion)- Specified by:
confirmTransferMoneyin interfaceINTransferMoneyIntentHandling
-
resolveFromAccountForTransferMoney
public void resolveFromAccountForTransferMoney(INTransferMoneyIntent intent, VoidBlock1<INPaymentAccountResolutionResult> completion)- Specified by:
resolveFromAccountForTransferMoneyin interfaceINTransferMoneyIntentHandling
-
resolveToAccountForTransferMoney
public void resolveToAccountForTransferMoney(INTransferMoneyIntent intent, VoidBlock1<INPaymentAccountResolutionResult> completion)- Specified by:
resolveToAccountForTransferMoneyin interfaceINTransferMoneyIntentHandling
-
resolveTransactionAmountForTransferMoney
public void resolveTransactionAmountForTransferMoney(INTransferMoneyIntent intent, VoidBlock1<INPaymentAmountResolutionResult> completion)- Specified by:
resolveTransactionAmountForTransferMoneyin interfaceINTransferMoneyIntentHandling
-
resolveTransactionScheduledDateForTransferMoney
public void resolveTransactionScheduledDateForTransferMoney(INTransferMoneyIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)- Specified by:
resolveTransactionScheduledDateForTransferMoneyin interfaceINTransferMoneyIntentHandling
-
resolveTransactionNoteForTransferMoney
public void resolveTransactionNoteForTransferMoney(INTransferMoneyIntent intent, VoidBlock1<INStringResolutionResult> completion)- Specified by:
resolveTransactionNoteForTransferMoneyin interfaceINTransferMoneyIntentHandling
-