-
- 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 status, Boolean isChecked, Integer typeId)
- Parameters:
purpose- as io.didomi.sdk.Purposetitle- as String the localized Purpose namestatus- as String depends on checked statusisChecked- as Boolean true if checkedtypeId- as Int the view type ID
-
-
Method Detail
-
getPurpose
final Purpose getPurpose()
-
setChecked
final Unit setChecked(Boolean isChecked)
- Parameters:
isChecked- as Boolean true if checked
-
-
-
-