TrackingProperty enum

Braze property types to be marked for user tracking

Inheritance

Constructors

TrackingProperty()
const

Values

all_custom_attributes → const TrackingProperty
all_custom_events → const TrackingProperty
analytics_events → const TrackingProperty
attribution_data → const TrackingProperty
country → const TrackingProperty
date_of_birth → const TrackingProperty
device_data → const TrackingProperty
email → const TrackingProperty
email_subscription_state → const TrackingProperty
everything → const TrackingProperty
first_name → const TrackingProperty
gender → const TrackingProperty
home_city → const TrackingProperty
language → const TrackingProperty
last_name → const TrackingProperty
notification_subscription_state → const TrackingProperty
phone_number → const TrackingProperty
push_token → const TrackingProperty
push_to_start_tokens → const TrackingProperty

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<TrackingProperty>
A constant List of the values in this enum, in order of their declaration.