setUserAttributeLocation method

void setUserAttributeLocation(
  1. String userAttributeName,
  2. MoEGeoLocation location
)

Tracks the given location as user attribute. userAttributeName - Name of User Attribute location - Instance of MoEGeoLocation

Implementation

void setUserAttributeLocation(
    String userAttributeName, MoEGeoLocation location) {
  _platform.setUserAttributeLocation(userAttributeName, location, appId);
}