setProfile method

void setProfile(
  1. String profile
)

Sets the profile property

Implementation

void setProfile(String profile) {
  payload[EAPropertyKey.PAGE_PROFILE] = profile;
}