using System; namespace UnityEngine.AdaptivePerformance.Samsung.Android { /// /// Static constants for the Samsung Settings Provider. /// public static class SamsungAndroidProviderConstants { /// /// Key used to store and retrieve custom configuration settings from EditorBuildSettings. /// public const string k_SettingsKey = "com.unity.adaptiveperformance.samsung.android.provider_settings"; /// /// InvalidOperation is the return value of an SDK API call when the feature is not available. /// /// -999 public const int k_InvalidOperation = -999; } }