I am trying to get user action after displaying alert to call on number (UIButton) click.
Problem : When user clicks on number for multiple times it shows alerts for that many instances.
Expected Result : I want to show alert only once.
Following is the line to display alert on number (UIButton) click :
UIApplication.SharedApplication.OpenUrl(url)
I am thinking to disable button action after single click so user can see only one alert.
Can anyone please tell me how to get cancel and call button action when user interact with alert ?