AdmobUmp class
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
-
changePrivacyPreferences(
List< String> ? testDeviceIds) → Future<bool> - Opens the privacy preferences screen for the user to manage consent. Returns a Future
-
initializeUMP(
List< String> ? testDeviceIds) → Future<FormError?> - Initializes Admob and handles consent forms if applicable. Returns a Future<FormError?> indicating the result of the initialization.
-
isUnderGPR(
) → Future< bool> - Checks whether the user is under the jurisdiction of the General Data Protection Regulation (GDPR). Returns a Future
-
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