UserStatus class
User Status Type used to represent the user status. This contains all the choices made by the user on the Didomi SDK and other related information such as consent string and dates when the status was created or updated. Essential purposes are considered as enabled in computed/global properties.
Constructors
- UserStatus.fromJson(dynamic json)
Properties
- additionalConsent ↔ String?
-
Additional consent
getter/setter pair
- consentString ↔ String?
-
TCF consent as string
getter/setter pair
- created ↔ String?
-
User choices creation date
getter/setter pair
- didomiDCS ↔ String?
-
Didomi DCS
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- purposes ↔ Purposes?
-
Property that contains the user status associated to purposes.
getter/setter pair
- regulation ↔ String?
-
Regulation applied
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updated ↔ String?
-
User choices update date
getter/setter pair
- userId ↔ String?
-
Didomi user id
getter/setter pair
- vendors ↔ Vendors?
-
Property that contains the user status associated to vendors.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited