AdContentInfo class abstract

Constructors

AdContentInfo.new()

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

getCreativeId() Future<String?>
Gets the Creative ID associated with the ad, if available. May be null.
getFormat() Future<AdFormat>
Gets the format of the ad that is shown.
getImpressionDepth() Future<int>
Gets the total number of impressions across all ad formats for the current user, across all sessions.
getRevenue() Future<double>
Gets the revenue generated from the impression, in USD.
getRevenuePrecision() Future<AdRevenuePrecision>
Gets the precision type of the revenue field.
getRevenueTotal() Future<double>
Gets the accumulated value of user ad revenue in USD from all ad format impressions.
getSourceId() Future<AdSourceId>
Gets the ID of the mediated network that purchased the impression.
getSourceName() Future<String>
Gets the display name of the mediated network that purchased the impression.
getSourceUnitId() Future<String>
Gets the Ad Unit ID from the mediated network that purchased the impression.
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