API/Autodoc/Files/RemoteConfigClientParameters.cs.md
Namespaces
| Name |
|---|
Classes
| Name | |
|---|---|
| class | RuStore::RemoteConfig::Internal::RemoteConfigClientParameters |
Source code
using UnityEngine;
namespace RuStore.RemoteConfig.Internal {
public class RemoteConfigClientParameters : AndroidJavaProxy {
private const string javaClassName = "ru.rustore.unitysdk.remoteconfigclient.model.RemoteConfigClientParameters";
private string _appBuild;
private string _appVersion;
private string _deviceId;
private string _deviceModel;
private string _environment;
private string _osVersion;
public RemoteConfigClientParameters(RuStoreRemoteConfigClientSettings settings) : base(javaClassName) {
_appBuild = string.IsNullOrEmpty(settings.appBuild) ? null : settings.appBuild;
_appVersion = string.IsNullOrEmpty(settings.appVersion) ? null : settings.appVersion;
_deviceId = string.IsNullOrEmpty(settings.deviceId) ? null : settings.deviceId;
_deviceModel = string.IsNullOrEmpty(settings.deviceModel) ? null : settings.deviceModel;
_environment = settings.environment == RuStoreRemoteConfigClientSettings.Environment.Default ? null : settings.environment.ToString();
_osVersion = string.IsNullOrEmpty(settings.osVersion) ? null : settings.osVersion;
}
public string getAppBuild() {
return _appBuild;
}
public string getAppVersion() {
return _appVersion;
}
public string getDeviceId() {
return _deviceId;
}
public string getDeviceModel() {
return _deviceModel;
}
public string getEnvironment() {
return _environment;
}
public string getOsVersion() {
return _osVersion;
}
}
}
- Страницы
- BackgroundConfigUpdateError.cs.en
- BackgroundConfigUpdateError.cs
- Callbacks.en
- Callbacks
- Data.en
- Data
- GetRemoteConfig.cs.en
- GetRemoteConfig.cs
- GetRemoteConfigListener.cs.en
- GetRemoteConfigListener.cs
- IRemoteConfig.cs.en
- IRemoteConfig.cs
- IRemoteConfigClientEventListener.cs.en
- IRemoteConfigClientEventListener.cs
- Init.cs.en
- Init.cs
- Init_with_settings.cs.en
- Init_with_settings.cs
- Internal.en
- Internal
- RemoteConfig.cs.en
- RemoteConfig.cs
- RemoteConfigClientEventListener.cs.en
- RemoteConfigClientEventListener.cs
- RemoteConfigClientParameters.cs.en
- RemoteConfigClientParameters.cs
- RemoteConfigImpl.cs.en
- RemoteConfigImpl.cs
- RuStoreRemoteConfigClient.cs.en
- RuStoreRemoteConfigClient.cs
- RuStoreRemoteConfigClientSettings.cs.en
- RuStoreRemoteConfigClientSettings.cs
- RuStoreRemoteConfigClient_Instance.cs.en
- RuStoreRemoteConfigClient_Instance.cs
- Runtime.en
- Runtime
- SetAccount.cs.en
- SetAccount.cs
- SetLanguage.cs.en
- SetLanguage.cs
- docs.en
- docs
- examples.en
- examples
- ru.rustore.remoteconfig.en
- ru.rustore.remoteconfig
- BackgroundConfigUpdateError.cs.en
- BackgroundConfigUpdateError.cs
- Callbacks.en
- Callbacks
- Data.en
- Data
- GetRemoteConfig.cs.en
- GetRemoteConfig.cs
- GetRemoteConfigListener.cs.en
- GetRemoteConfigListener.cs
- IRemoteConfig.cs.en
- IRemoteConfig.cs
- IRemoteConfigClientEventListener.cs.en
- IRemoteConfigClientEventListener.cs
- Init.cs.en
- Init.cs
- Init_with_settings.cs.en
- Init_with_settings.cs
- Internal.en
- Internal
- RemoteConfig.cs.en
- RemoteConfig.cs
- RemoteConfigClientEventListener.cs.en
- RemoteConfigClientEventListener.cs
- RemoteConfigClientParameters.cs.en
- RemoteConfigClientParameters.cs
- RemoteConfigImpl.cs.en
- RemoteConfigImpl.cs
- RuStoreRemoteConfigClient.cs.en
- RuStoreRemoteConfigClient.cs
- RuStoreRemoteConfigClientSettings.cs.en
- RuStoreRemoteConfigClientSettings.cs
- RuStoreRemoteConfigClient_Instance.cs.en
- RuStoreRemoteConfigClient_Instance.cs
- Runtime.en
- Runtime
- SetAccount.cs.en
- SetAccount.cs
- SetLanguage.cs.en
- SetLanguage.cs
- docs.en
- docs
- examples.en
- examples
- ru.rustore.remoteconfig.en
- ru.rustore.remoteconfig