Table of Contents

Method GetRemoteString

Namespace
Titipi.MocaLib

GetRemoteString(string, string)

Returns a Remote Config string value. Falls back to defaultValue if the key has not been fetched from the server (i.e., source is StaticValue) or is empty.

public static string GetRemoteString(string key, string defaultValue = "")

Parameters

key string
defaultValue string

Returns

string