Package io.didomi.sdk.notice.mobile
Class ConsentNoticeViewModel.NoticeAndPartnersProperties
-
- All Implemented Interfaces:
public final class ConsentNoticeViewModel.NoticeAndPartnersPropertiesDescribes data displayed in notice text and partners button
-
-
Field Summary
Fields Modifier and Type Field Description private final StringnoticeTextprivate final BooleanpartnersLinkInTextprivate final StringpartnersButtonText
-
Constructor Summary
Constructors Constructor Description ConsentNoticeViewModel.NoticeAndPartnersProperties(String noticeText, Boolean partnersLinkInText, String partnersButtonText)
-
Method Summary
Modifier and Type Method Description final StringgetNoticeText()The notice text to display final BooleangetPartnersLinkInText()Whether notice text contains a link to the partners screen final StringgetPartnersButtonText()Text to display in partners button, or null if button should not be displayed -
-
Method Detail
-
getNoticeText
final String getNoticeText()
The notice text to display
-
getPartnersLinkInText
final Boolean getPartnersLinkInText()
Whether notice text contains a link to the partners screen
-
getPartnersButtonText
final String getPartnersButtonText()
Text to display in partners button, or null if button should not be displayed
-
-
-
-