Interface UserPreferences<T>

All Superinterfaces:
DetachedAdapter, LocalConfiguration<T>

@Deprecated(since="2025.16", forRemoval=true) public interface UserPreferences<T> extends LocalConfiguration<T>
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.16, use UserPreferencesService instead
Interface that must be extended by other interface representing user preferences.
Since:
5.5
Author:
Quentin Lamerand