The handler interface for transferring money between accounts.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
- watchOS 4.0+
Framework
- Intents
Declaration
protocol INTransferMoneyIntentHandling
Overview
Use the methods of the INTransfer
protocol to resolve, confirm, and handle requests to transfer money between accounts. Adopt this protocol in an object of your Intents extension that is capable of handling the transfer.
Siri delivers an INTransfer
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.