FeatureConsent

class FeatureConsent(val feature: Feature, consent: Consent) : Consent

Constructors

Link copied to clipboard
fun FeatureConsent(feature: Feature, consent: Consent)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val end: Calendar
Link copied to clipboard
val endDate: Date
Link copied to clipboard
val feature: Feature
Link copied to clipboard
val granted: Boolean
Link copied to clipboard
val start: Calendar
Link copied to clipboard
val startDate: Date
Link copied to clipboard
open val state: Consent.State