Class Utilities
Utility methods for Remote Config.
Inherited Members
Namespace: Unity.Services.RemoteConfig
Assembly: Unity.Services.RemoteConfig.dll
Syntax
public static class Utilities
Methods
CheckForInternetConnection()
Function to check for internet connection.
Declaration
public static bool CheckForInternetConnection()
Returns
| Type | Description |
|---|---|
| bool | boolean that represents whether there is an internet connection or not. |