Hi,
In below ActionSheet..
var action = await DisplayActionSheet ("ActionSheet: SavePhoto?", "Cancel", "Delete", "Photo Roll", "Email");
How can I set an ID for every button, e.g. D for Delete, P for Photo Roll and E for email so I don't need to dead in the selected button with full text but only with ID?
Thanks,
Jassim