eanalytics
eanalytics
EAProperty
setUID method
setUID
eanalytics
eanalytics
EAProperty
setUID 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 ==
setUID
method
Null safety
void
setUID
(
String
uid
)
Sets the
uid
property
Implementation
void setUID(String uid) { payload[EAPropertyKey.PAGE_UID] = uid; }