Table of Contents

Method GetRemoteInt

Namespace
Titipi.MocaLib

GetRemoteInt(string, int)

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

public static int GetRemoteInt(string key, int defaultValue = 0)

Parameters

key string
defaultValue int

Returns

int