-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ConsentStatus extends Enum<ConsentStatus>
Consent status state.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONSENT_DECLINEDuser has granted consent
CONSENT_GIVENuser has granted consent
CONSENT_STATUS_UNKNOWNPublisher has not collected consent from user
-
Method Summary
Modifier and Type Method Description final IntegergetConsent()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getConsent
final Integer getConsent()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-