NamiAnalyticsKeys class
Keys to help obtain values from the analytic items map that gets sent with
eventData
in NamiAnalyticsData. You should rely on key provided by us
to retrieve data from the map rather than using raw strings on app side.
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
-
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
Constants
- CAMPAIGN_ID → const String
- CAMPAIGN_NAME → const String
- NAMI_TRIGGERED → const String
- Returned value for this key in map would be of type bool
- PAYWALL_ID → const String
- PAYWALL_NAME → const String
- PAYWALL_PRODUCTS → const String
- PAYWALL_TYPE → const String
- PURCHASE_ACTIVITY_TYPE → const String
- Returned value for this key in map would be of an enum of type NamiAnalyticsPurchaseActivityType
- PURCHASE_PRODUCT → const String
- Returned value for this key in map would be of type NamiPurchase
- PURCHASE_TIMESTAMP → const String