At first I thought there was an error as my code was being swapped automatically.
So the final call is,
B4X:
Sub btnswalL_click(e As BANanoEvent)
Dim resp As Boolean = banano.Await(ShowSwalConfirmWait("هل تريد الاستمرار؟", "", "نعم", "لا"))
vuetify.ShowSnackBarSuccess(resp)
End Sub
Whilst my signature is..
B4X:
Sub ShowSwalConfirmWait(title As String, message As String, okText As String, cancelText As String) As Boolean