getSwitchValue

abstract fun getSwitchValue(name: String): String

Returns the value associated with the given switch. If the switch has no value or isn't present this method returns the empty string.

Return

the value of the switch.

Parameters

name

the name of the switch.