Skip to main content

DeviceNetworkingInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides information about the device's network status, including network access and connection profiles.

public class DeviceNetworkingInfo : DeviceInfoBase

Access this class through the Info singleton.

Constructors

Instance memberDeviceNetworkingInfo()

Initializes a new instance of the DeviceNetworkingInfo class.

Properties

Instance memberConnectionProfiles

ConnectionProfile[]: Gets an array of connection profiles representing the available network connections.

Instance memberNetworkAccess

NetworkAccess: Gets the current network access status on the client device.

Methods

Instance memberOnWebUpdate(info)

Updates the info configuration.

ParameterTypeDescription
infoObjectThe info configuration.

Events

Instance memberConnectivityChanged

EventHandler Occurs when the connectivity state changes on the client device.