KochavaTrackerEvent class

Kochava Tracker Event

Constructors

KochavaTrackerEvent.withName(String _eventName)
Constructor
KochavaTrackerEvent.withType(KochavaTrackerEventType eventType)
Event Type Constructor
factory

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

getData() Map<String, dynamic>
Return all the event info in the form to pass down to the native layer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() → void
Send the event.
setAction(String value) → void
Standard Event Parameters.
setAdCampaignId(String value) → void
Ad LTV Event Parameters
setAdCampaignName(String value) → void
setAdDeviceType(String value) → void
setAdGroupId(String value) → void
setAdGroupName(String value) → void
setAdMediationName(String value) → void
setAdNetworkName(String value) → void
setAdPlacement(String value) → void
setAdSize(String value) → void
setAdType(String value) → void
setAndroidGooglePlayReceipt(String data, String signature) → void
(Android Only) Set the receipt from the Android Google Play Store.
setBackground(bool value) → void
setCheckoutAsGuest(String value) → void
setCompleted(bool value) → void
setContentId(String value) → void
setContentType(String value) → void
setCurrency(String value) → void
setCustomBoolValue(String key, bool value) → void
Set a custom key/value on the event where the type of the value is a boolean.
setCustomNumberValue(String key, num value) → void
Set a custom key/value on the event where the type of the value is a number.
setCustomStringValue(String key, String value) → void
Set a custom key/value on the event where the type of the value is a string.
setDate(String value) → void
setDescription(String value) → void
setDestination(String value) → void
setDuration(num value) → void
setEndDate(String value) → void
setIosAppStoreReceipt(String base64String) → void
(iOS Only) Set the receipt from the iOS Apple App Store.
setItemAddedFrom(String value) → void
setLevel(String value) → void
setMaxRatingValue(num value) → void
setName(String value) → void
setOrderId(String value) → void
setOrigin(String value) → void
setPayload(Map<String, dynamic> value) → void
setPrice(num value) → void
setQuantity(num value) → void
setRatingValue(num value) → void
setReceiptId(String value) → void
setReferralFrom(String value) → void
setRegistrationMethod(String value) → void
setResults(String value) → void
setScore(String value) → void
setSearchTerm(String value) → void
setSource(String value) → void
setSpatialX(num value) → void
setSpatialY(num value) → void
setSpatialZ(num value) → void
setStartDate(String value) → void
setSuccess(String value) → void
setUri(String value) → void
setUserId(String value) → void
setUserName(String value) → void
setValidated(String value) → void
toString() String
A string representation of this object.
inherited

Operators

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