Package com.incode.welcome_sdk.data
Class ConsentData
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ConsentData implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private String
checkboxId
private String
consentText
private Boolean
optional
-
Constructor Summary
Constructors Constructor Description ConsentData(String checkboxId, String consentText, Boolean optional)
-
Method Summary
Modifier and Type Method Description final String
getCheckboxId()
final Unit
setCheckboxId(String checkboxId)
final String
getConsentText()
final Unit
setConsentText(String consentText)
final Boolean
getOptional()
final Unit
setOptional(Boolean optional)
-
-
Method Detail
-
getCheckboxId
final String getCheckboxId()
-
setCheckboxId
final Unit setCheckboxId(String checkboxId)
-
getConsentText
final String getConsentText()
-
setConsentText
final Unit setConsentText(String consentText)
-
getOptional
final Boolean getOptional()
-
setOptional
final Unit setOptional(Boolean optional)
-
-
-
-