eanalytics
eanalytics
EAProperty
setEmail method
setEmail
eanalytics
eanalytics
EAProperty
setEmail method
EAProperty class
Constructors
EAProperty
Properties
hashCode
payload
runtimeType
Methods
noSuchMethod
setAction
setCFlag
setEmail
setLocation
setNewCustomer
setPageGroup
setPath
setProfile
setProperty
setUID
toJson
toString
Operators
operator ==
setEmail
method
Null safety
void
setEmail
(
String
email
)
Implementation
void setEmail(String email) { payload[EAPropertyKey.PAGE_EMAIL] = email; }