Allow parameters to be passed to Actionsheet callback functions. I have a need for a varying number of Actionsheet actions based on data-driven settings. I can dynamically populate the Actionsheet with jscript, but each action has to call a different callback function. What I'd rather do is have each action call the same callback function and just pass an ID of the selected option to that function. For example, I am using the ActionSheet to present the user with a list of places they can route the current record. I don't need a different function for each place they can route it - just the ID of their selection.