Interface INetworkInformation
- Namespace
- Homa.Sdk.Foundation
- Assembly
- Homa.Sdk.Foundation.dll
Exposes information about network.
public interface INetworkInformation
Properties
Default
Default, shared implementation. Uses UnityNetworkInformation.
public static INetworkInformation Default { get; }
Property Value
IsNetworkReachable
Is network reachable. This does not inform about internet connection, just about any connection to network.
bool IsNetworkReachable { get; }