getBooleanPreference(String) method

Returns the value of the given preference or null if there is no preference with the given key.

Syntax

public Boolean getBooleanPreference (String key) throws SDMPreferencesException

Parameters

Returns

the boolean type preference with the given key

Exceptions