readFromPreferences abstract method

void readFromPreferences(
  1. SharedPreferences preferences,
  2. String preferencesPrefix
)

Reads the condition values from the specified shared preferences.

Implementation

void readFromPreferences(SharedPreferences preferences, String preferencesPrefix);