eanalytics
eanalytics
EAProperty
setPageGroup method
setPageGroup
eanalytics
eanalytics
EAProperty
setPageGroup 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 ==
setPageGroup
method
Null safety
void
setPageGroup
(
String
group
)
Implementation
void setPageGroup(String group) { payload[EAPropertyKey.PAGE_GROUP] = group; }