setBooleanPreference(String, boolean) method

Sets and validates and persists the value of the preferences with the given type.

Syntax

public void setBooleanPreference (
    String key,
    boolean value
) throws SDMPreferencesException

Parameters

Exceptions