Package io.didomi.sdk.utils
Object PreferencesTitleUtil
-
- All Implemented Interfaces:
public class PreferencesTitleUtilUtility class to handle global logo or title to display on all preferences screens
-
-
Field Summary
Fields Modifier and Type Field Description public final static PreferencesTitleUtilINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetPreferencesTitle(ConfigurationRepository configurationRepository, LanguagesHelper languagesHelper)Retrieve the defined app title to display if there is no logo -
-
Method Detail
-
getPreferencesTitle
final String getPreferencesTitle(ConfigurationRepository configurationRepository, LanguagesHelper languagesHelper)
Retrieve the defined app title to display if there is no logo
- Parameters:
configurationRepository- the configuration repositorylanguagesHelper- the languages helper
-
-
-
-