API/Autodoc/Classes/RuStore.RemoteConfig.IRemoteConfig.md


Public Functions

Name
bool ContainsKey(string key)
bool GetBool(string key)
int GetInt(string key)
string GetString(string key)
double GetDouble(string key)
float GetFloat(string key)

function ContainsKey

bool ContainsKey(
    string key
)

function GetBool

bool GetBool(
    string key
)

function GetInt

int GetInt(
    string key
)

function GetString

string GetString(
    string key
)

function GetDouble

double GetDouble(
    string key
)

function GetFloat

float GetFloat(
    string key
)