ConsentInformation class

Consent information.

Annotations

Constructors

ConsentInformation({required ConsentStatus consentStatus, required FormStatus formStatus})
Const constructor for ConsentInformation.
const

Properties

consentStatus ConsentStatus
The user’s consent status. This value is cached between app sessions and can be read before requesting updated parameters.
final
formStatus FormStatus
Consent form status. This value defaults to UMPFormStatusUnknown and requires a call to UserMessagingPlatform.requestConsentInfoUpdate to update.
final
hashCode int
The hash code for this object.
no setteroverride
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.
override

Operators

operator ==(Object other) bool
The equality operator.
override