setPageGroup method

void setPageGroup(
  1. String group
)

Sets the pagegroup property

Implementation

void setPageGroup(String group) {
  payload[EAPropertyKey.PAGE_GROUP] = group;
}