ConcreteNamespacedPrefs constructor

ConcreteNamespacedPrefs(
  1. String namespace
)

Creates a ConcreteNamespacedPrefs instance with the given namespace.

namespace is the prefix used for keys in SharedPreferences.

Implementation

ConcreteNamespacedPrefs(super.namespace);