public void ActionSheet(Action<ActionSheetOptions> config) { var options = new ActionSheetOptions { Options = new List<ActionSheetOption>() }; config(options); this.ActionSheet(options); }
public void ActionSheet(Action <ActionSheetOptions> config) { var options = new ActionSheetOptions { Options = new List <ActionSheetOption>() }; config(options); this.ActionSheet(options); }
public abstract void ActionSheet(ActionSheetOptions options);