Good Morning,
j have a problem with abmaterial autentication, wiht resumbale sub
j have a problem with abmaterial autentication, wiht resumbale sub
B4X:
public Sub CheckLogin(login As String, password As String) As Boolean
' check if the login is valid and return true if it does
Dim rs As ResumableSub = LeggiConfig(login, password)
Wait For (rs) Complete (Result As Boolean)
Return Result
End Sub
Last edited: