-
- All Implemented Interfaces:
-
com.appstack.attribution.StorageProvider
public final class SharedPrefsStorage implements StorageProvider
Thread-safe StorageProvider implementation backed by Android's android.content.SharedPreferences.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSharedPrefsStorage.Companion
-
Constructor Summary
Constructors Constructor Description SharedPrefsStorage(Context context, String prefsName)
-