Get connection type
The Get connection type function allows you to know what type of internet connection the user has active

(Does not contain Entry Vars)
Step by Step :

Mobile data : It runs when the user using the application is connected with mobile data.
OutVars
Null-
Offline : It is executed when the user using the application is not connected to any network.
OutVars
Null
Wifi : It runs when the user using the application is connected with a local modem or Wifi device.
OutVars
Null
El callback offline, se puede usar solamente en producción y no desde el previewer.
La función no es soportada en web app.

Last updated
Was this helpful?