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