getConfigVariable

open override fun getConfigVariable(name: String): String?(source)

Retrieves the value of a system configuration property by its name.

This method interacts with Apple's NSUserDefaults system to fetch a configuration value based on the provided key.

Return

The value of the configuration property if it exists, or null if not found.

Parameters

name

The name of the configuration property to retrieve.