INTransferMoneyIntentHandling
The handler interface for transferring money between accounts.
Declaration
protocol INTransferMoneyIntentHandling : NSObjectProtocolOverview
Use the methods of the INTransferMoneyIntentHandling protocol to resolve, confirm, and handle requests to transfer money between accounts. Adopt this protocol in an object of your Intents extension that’s capable of handling the transfer.
Siri delivers an INTransferMoneyIntent object to your handler when the user asks to transfer money using your app. The provided intent object contains information about the amount to transfer and the accounts involved. Use the methods of this protocol to resolve the account information and initiate the transaction.
Topics
Resolving the Intent Parameters
resolveFromAccount(for:with:)resolveToAccount(for:with:)resolveTransactionAmount(for:with:)resolveTransactionScheduledDate(for:with:)resolveTransactionNote(for:with:)