API/Autodoc/Classes/RuStore.RemoteConfig.RemoteConfig.en.md
RuStore::RemoteConfig::RemoteConfig
Abstract class of the current set of all data obtained depending on the chosen update policy during initialization.
Inherited by RuStore.RemoteConfig.Internal.RemoteConfigImpl
Public Functions
| Name | |
|---|---|
| virtual abstract bool | ContainsKey(string key) =0 Method checks if the key exists in the current instance of RemoteConfig. |
| virtual abstract bool | GetBool(string key) =0 Converts the parameter value to the bool type. |
| virtual abstract int | GetInt(string key) =0 Converts the parameter value to the int type. |
| virtual abstract long | GetLong(string key) =0 Converts the parameter value to the long type. |
| virtual abstract string | GetString(string key) =0 Converts the parameter value to the string type. |
| virtual abstract double | GetDouble(string key) =0 Converts the parameter value to the double type. |
| virtual abstract float | GetFloat(string key) =0 Converts the parameter value to the float type. |
function ContainsKey
virtual abstract bool ContainsKey(
string key
) =0
Method checks if the key exists in the current instance of RemoteConfig.
Parameters:
- key Key name.
Return: Returns true if the parameter with the specified key is present in the data set, otherwise false.
Reimplemented by: RuStore::RemoteConfig::Internal::RemoteConfigImpl::ContainsKey
function GetBool
virtual abstract bool GetBool(
string key
) =0
Converts the parameter value to the bool type.
Parameters:
- key Key name.
Return: Parameter value.
Reimplemented by: RuStore::RemoteConfig::Internal::RemoteConfigImpl::GetBool
function GetInt
virtual abstract int GetInt(
string key
) =0
Converts the parameter value to the int type.
Parameters:
- key Key name.
Return: Parameter value.
Reimplemented by: RuStore::RemoteConfig::Internal::RemoteConfigImpl::GetInt
function GetLong
virtual abstract long GetLong(
string key
) =0
Converts the parameter value to the long type.
Parameters:
- key Key name.
Return: Parameter value.
Reimplemented by: RuStore::RemoteConfig::Internal::RemoteConfigImpl::GetLong
function GetString
virtual abstract string GetString(
string key
) =0
Converts the parameter value to the string type.
Parameters:
- key Key name.
Return: Parameter value.
Reimplemented by: RuStore::RemoteConfig::Internal::RemoteConfigImpl::GetString
function GetDouble
virtual abstract double GetDouble(
string key
) =0
Converts the parameter value to the double type.
Parameters:
- key Key name.
Return: Parameter value.
Reimplemented by: RuStore::RemoteConfig::Internal::RemoteConfigImpl::GetDouble
function GetFloat
virtual abstract float GetFloat(
string key
) =0
Converts the parameter value to the float type.
Parameters:
- key Key name.
Return: Parameter value.
Reimplemented by: RuStore::RemoteConfig::Internal::RemoteConfigImpl::GetFloat
- Страницы
- RuStore.RemoteConfig.BackgroundConfigUpdateError.en
- RuStore.RemoteConfig.BackgroundConfigUpdateError
- RuStore.RemoteConfig.IRemoteConfig.en
- RuStore.RemoteConfig.IRemoteConfig
- RuStore.RemoteConfig.IRemoteConfigClientEventListener.en
- RuStore.RemoteConfig.IRemoteConfigClientEventListener
- RuStore.RemoteConfig.Internal.GetRemoteConfigListener.en
- RuStore.RemoteConfig.Internal.GetRemoteConfigListener
- RuStore.RemoteConfig.Internal.RemoteConfigClientEventListener.en
- RuStore.RemoteConfig.Internal.RemoteConfigClientEventListener
- RuStore.RemoteConfig.Internal.RemoteConfigClientParameters.en
- RuStore.RemoteConfig.Internal.RemoteConfigClientParameters
- RuStore.RemoteConfig.Internal.RemoteConfigImpl.en
- RuStore.RemoteConfig.Internal.RemoteConfigImpl
- RuStore.RemoteConfig.RemoteConfig.en
- RuStore.RemoteConfig.RemoteConfig
- RuStore.RemoteConfig.RuStoreRemoteConfigClient.en
- RuStore.RemoteConfig.RuStoreRemoteConfigClient
- RuStore.RemoteConfig.RuStoreRemoteConfigClientSettings.en
- RuStore.RemoteConfig.RuStoreRemoteConfigClientSettings
- RuStore.RemoteConfig.BackgroundConfigUpdateError.en
- RuStore.RemoteConfig.BackgroundConfigUpdateError
- RuStore.RemoteConfig.IRemoteConfig.en
- RuStore.RemoteConfig.IRemoteConfig
- RuStore.RemoteConfig.IRemoteConfigClientEventListener.en
- RuStore.RemoteConfig.IRemoteConfigClientEventListener
- RuStore.RemoteConfig.Internal.GetRemoteConfigListener.en
- RuStore.RemoteConfig.Internal.GetRemoteConfigListener
- RuStore.RemoteConfig.Internal.RemoteConfigClientEventListener.en
- RuStore.RemoteConfig.Internal.RemoteConfigClientEventListener
- RuStore.RemoteConfig.Internal.RemoteConfigClientParameters.en
- RuStore.RemoteConfig.Internal.RemoteConfigClientParameters
- RuStore.RemoteConfig.Internal.RemoteConfigImpl.en
- RuStore.RemoteConfig.Internal.RemoteConfigImpl
- RuStore.RemoteConfig.RemoteConfig.en
- RuStore.RemoteConfig.RemoteConfig
- RuStore.RemoteConfig.RuStoreRemoteConfigClient.en
- RuStore.RemoteConfig.RuStoreRemoteConfigClient
- RuStore.RemoteConfig.RuStoreRemoteConfigClientSettings.en
- RuStore.RemoteConfig.RuStoreRemoteConfigClientSettings