EventBuilder class
- Inheritance
-
- Object
- HitBuilder
- EventBuilder
Constructors
Properties
Methods
-
addImpression(
Product product, String? impression) → void -
inherited
-
addProduct(
Product product) → void -
inherited
-
addPromotion(
Promotion promotion) → void -
inherited
-
build(
) → HashMap< String, String> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String paramName, String? value) → void -
inherited
-
setCampaignParamsFromUrl(
String? url) → void -
inherited
-
setCurrency(
String? currency) → void -
inherited
-
setCustomDimension(
int index, String? value) → void -
inherited
-
setCustomMetric(
int index, double? value) → void -
inherited
-
setHitType(
String? type) → void -
inherited
-
setNewSession(
) → void -
inherited
-
setNonInteraction(
bool? value) → void -
inherited
-
setProductAction(
ProductAction? productAction) → void -
inherited
-
setPromotionAction(
String? action) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited