-
- All Implemented Interfaces:
public final class TVPurposeItem.Purpose extends TVPurposeItem
Purpose item
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTVPurposeItem.Purpose.Companion
-
Method Summary
-
-
Constructor Detail
-
TVPurposeItem.Purpose
TVPurposeItem.Purpose(Purpose purpose, String title, String subtitle, Boolean isChecked, Integer typeId)
- Parameters:
purpose- as io.didomi.sdk.Purposetitle- as String the localized Purpose namesubtitle- as String purpose status and vendors infoisChecked- as Boolean true if checkedtypeId- as Int the view type ID
-
-
Method Detail
-
getPurpose
final Purpose getPurpose()
-
getSubtitle
final String getSubtitle()
-
setChecked
final Unit setChecked(Boolean isChecked)
- Parameters:
isChecked- as Boolean true if checked
-
-
-
-