ConsentStatus class

Contains all possible consent status.

Constructors

ConsentStatus()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

NOT_REQUIRED_ANDROID → const int
Consent is not required for this user (Android).
NOT_REQUIRED_IOS → const int
Consent is not required for this user (iOS).
OBTAINED → const int
Consent has been obtained for this user.
REQUIRED_ANDROID → const int
Consent is required for this user (Android).
REQUIRED_IOS → const int
Consent is required for this user (iOS).
UNKNOWN → const int
Consent status is unknown.