Package io.didomi.sdk.resources
Interface NoticeRegulationResources
-
- All Implemented Interfaces:
public interface NoticeRegulationResourcesInterface used to get some resources related to the Notice screen depending on specific regulations
-
-
Method Summary
Modifier and Type Method Description abstract StringgetContentTextTranslationKey()abstract StringgetTitleTranslationKey()abstract StringgetAgreeTranslationKey()abstract StringgetLearnMoreTranslationKey()-
-
Method Detail
-
getContentTextTranslationKey
abstract String getContentTextTranslationKey()
-
getTitleTranslationKey
abstract String getTitleTranslationKey()
-
getAgreeTranslationKey
abstract String getAgreeTranslationKey()
-
getLearnMoreTranslationKey
abstract String getLearnMoreTranslationKey()
-
-
-
-