A protocol which must be adopted by a class wishing to be notified when a user interacts with the callout window. An instance of the class must then be set as the delegate of AGSCallout.
All of the methods of this protocol are optional.
Public Member Functions | |
| (void) | - calloutDidClickAccessoryButton: |
| - (void) calloutDidClickAccessoryButton: | (AGSCallout *) | callout | [optional] |
Tells the delegate the user tapped on the accessory button in the callout
| callout | containing accessory button. |