Skip to content

Instantly share code, notes, and snippets.

@gmYusuf
Last active April 30, 2021 06:08
Show Gist options
  • Save gmYusuf/886b7c15404aae1afc2dcfc1a7d78385 to your computer and use it in GitHub Desktop.
Save gmYusuf/886b7c15404aae1afc2dcfc1a7d78385 to your computer and use it in GitHub Desktop.
Debug.Log($"Value: {HMSRemoteConfigManager.GetValueAsBoolean("Key")}");
Debug.Log($"Value: {HMSRemoteConfigManager.GetValueAsByteArray("Key")}");
Debug.Log($"Value: {HMSRemoteConfigManager.GetValueAsDouble("Key")}");
Debug.Log($"Value: {HMSRemoteConfigManager.GetValueAsLong("Key")}");
Debug.Log($"Value: {HMSRemoteConfigManager.GetValueAsString("Key")}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment