Table of Contents

Method GetRemoteBool

Namespace
Titipi.MocaLib

GetRemoteBool(string, bool)

Returns a Remote Config bool value, or defaultValue if not fetched from the server.

public static bool GetRemoteBool(string key, bool defaultValue = false)

Parameters

key string
defaultValue bool

Returns

bool