NativeDialogs
NativeDialogs copied to clipboard
hide NativeAlertDialog
How to add 2 functions on the native alert?? In your sample, you just put 1 function. In case, I would like to add 2 different functions on my "OK-Cancel" options. Look at this line below :
NativeAlertDialog.showAlert("Jagnięcina","Men",Vector.<String>(["Bekon","Inne"]),trace);
How do I put 2 functions on this Alert? Thanks Best regard
Yudha