Class UnityNetworkInformation
- Namespace
- Homa.Sdk.Foundation
- Assembly
- Homa.Sdk.Foundation.dll
Thread-safe implementation of network information using UnityEngine.Application.internetReachability
public class UnityNetworkInformation : INetworkInformation
- Inheritance
-
UnityNetworkInformation
- Implements
- Inherited Members
Properties
IsNetworkReachable
Is network reachable. This does not inform about internet connection, just about any connection to network.
public bool IsNetworkReachable { get; }