ACExportConsentable

public final class ACExportConsentable

Simple Consentable data model

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private final String extraId

the extraId if it has one

Link copied to clipboard
private final Integer iabId

the iabId if it has one

Link copied to clipboard

Status of consentable (ALLOWED, DISALLOWED, etc.) ACConsentStatus

Link copied to clipboard
private final ACConsentableType type

Type of consentable (PURPOSE, FEATURE, etc.) ACConsentableType

Functions

Link copied to clipboard
public final String getExtraId()

the extraId if it has one

Link copied to clipboard
public final Integer getIabId()

the iabId if it has one

Link copied to clipboard
public final ACConsentStatus getStatus()

Status of consentable (ALLOWED, DISALLOWED, etc.) ACConsentStatus

Link copied to clipboard
public final ACConsentableType getType()

Type of consentable (PURPOSE, FEATURE, etc.) ACConsentableType

Link copied to clipboard
public final Unit setStatus(ACConsentStatus status)

Status of consentable (ALLOWED, DISALLOWED, etc.) ACConsentStatus