Hi everyone, there is a way to wait for the user to click on the notification dialog, so the app stops to do things?
Like:
thanks
Like:
B4X:
MsgBox2("Msg", "Body", "Title", Array("Yes", "No"))
Wait For Msg_Click (ButtonText As String)
If ButtonText = "Yes" Then
'things'
End If
thanks