Try this - create a big Text object and On Network Change put:
Text set text PlatformInfo.ConnectionEffectiveType & ", " & PlatformInfo.ConnectionRTT & ", " & PlatformInfo.ConnectionType
See what values do you get. On my phone when I disable wifi and data, connectionType shows "none" and RTT=0, but you need to test.