getSwitches

abstract fun getSwitches(): Map<String, String>

Returns the map of switch names and values. If a switch has no value an empty string is returned.

Return

Map of switches and each value.