AdRequestAppOpen class

Targeting info per the AdMob API.

This class's properties mirror the native AdRequest API. See for example: AdRequest.Builder for Android.

Constructors

AdRequestAppOpen({List<String>? keywords, String? contentUrl, bool? nonPersonalizedAds})
Default constructor for AdRequest.
const
AdRequestAppOpen.fromJson(Map<String, dynamic> json)
factory

Properties

contentUrl String?
URL string for a webpage whose content matches the app’s primary content.
final
hashCode int
The hash code for this object.
no setterinherited
keywords List<String>?
Words or phrases describing the current user activity.
final
nonPersonalizedAds bool?
Non-personalized ads are ads that are not based on a user’s past behavior.
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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