DeviceNetworkingInfo

Wisej.Hybrid.DeviceNetworkingInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

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

DeviceNetworkingInfo()

Initializes a new instance of the DeviceNetworkingInfo class.

Properties

ConnectionProfiles

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

NetworkAccess

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

Methods

OnWebUpdate(info)

Updates the info configuration.

Parameter
Type
Description

info

The info configuration.

Events

ConnectivityChanged

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

Last updated