ConnectivityTypes
The ConnectivityTypes
keyword can be used to check and display the available connection types which are supported by the client device.
This applies to any device (Ethernet typically for laptop/desktop browsers).
If you want a certain feature to be available on mobile devices only when they are on mobile data and not on Wi-Fi, you can use the Syntax example stated below.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns an Array of text value, showing the available connection types.
Possible values are: "wifi", "mobile" and "ethernet".
Last updated