Package org.robovm.apple.intents
Interface INSearchForAccountsIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INPaymentsDomainHandling
- All Known Implementing Classes:
INPaymentsDomainHandlingAdapter,INSearchForAccountsIntentHandlingAdapter
public interface INSearchForAccountsIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSearchForAccountsIntentResponse> completion)voidhandleSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSearchForAccountsIntentResponse> completion)voidresolveAccountNicknameForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)voidresolveAccountTypeForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INAccountTypeResolutionResult> completion)voidresolveOrganizationNameForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)voidresolveRequestedBalanceTypeForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INBalanceTypeResolutionResult> completion)
-
Method Details
-
handleSearchForAccounts
void handleSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSearchForAccountsIntentResponse> completion) -
confirmSearchForAccounts
void confirmSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSearchForAccountsIntentResponse> completion) -
resolveAccountNicknameForSearchForAccounts
void resolveAccountNicknameForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion) -
resolveAccountTypeForSearchForAccounts
void resolveAccountTypeForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INAccountTypeResolutionResult> completion) -
resolveOrganizationNameForSearchForAccounts
void resolveOrganizationNameForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion) -
resolveRequestedBalanceTypeForSearchForAccounts
void resolveRequestedBalanceTypeForSearchForAccounts(INSearchForAccountsIntent intent, VoidBlock1<INBalanceTypeResolutionResult> completion)
-