Contents

INTransferMoneyIntentHandling

The handler interface for transferring money between accounts.

Declaration

protocol INTransferMoneyIntentHandling : NSObjectProtocol

Overview

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

Confirming the Response

Handling the Intent

See Also

Money Transfers