GdprDialog class

Class for work with native GDPR Consent Form and for work with Consent Statuses

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

getConsentStatus() Future<ConsentStatus>
Possible returned values:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetDecision() Future<void>
In testing your app with the UMP SDK, you may find it helpful to reset the state of the SDK so that you can simulate a user's first install experience.
showDialog({bool isForTest = false, String testDeviceId = ''}) Future<bool>
Requests showing of a native Consent Form for user. Form consists of Consent Message and buttons: Consent, Do not consent
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance GdprDialog
final