Accessing phone number of UITextContentType of 'telephone'

Scenario: I have a keyboard design for telephone-number entry.
As such, it has space for phone numbers in its accessory view.


How do I access this saved phone number (button) within the accessory view when the user selects it?

There must be a target:action method to get the stored phone number from the accessory field.


How?