GoogleAdsSearchads360V23CommonAppEngagementAdInfo class
App engagement ads allow you to write text encouraging a specific action in the app, like checking in, making a purchase, or booking a flight.
They allow you to send users to a specific part of your app where they can find what they're looking for easier and faster.
Constructors
-
GoogleAdsSearchads360V23CommonAppEngagementAdInfo({List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, List<GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? images, List<GoogleAdsSearchads360V23CommonAdVideoAsset> ? videos}) - GoogleAdsSearchads360V23CommonAppEngagementAdInfo.fromJson(Map json_)
Properties
-
descriptions
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
List of text assets for descriptions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headlines
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
List of text assets for headlines.
getter/setter pair
-
images
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
List of image assets that may be displayed with the ad.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
videos
↔ List<
GoogleAdsSearchads360V23CommonAdVideoAsset> ? -
List of video assets that may be displayed with the ad.
getter/setter pair
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