I am testing GX24 Android App, and have some questions related to how errors are managed:
Thanks
1) You can check the network connection's status by using the Network API external object:
&IsConnected = NetWorkAPI.IsServerAvailable()
if &isConnected
...
else
NotConnectedSDPanel()
endif
2) Regarding the timeout, there is currently no way to configure it in your application. However, the Synchronization.Receive method is special in two ways: