com.yandex.metrica.profile.StringAttribute


public class NameAttribute
extends StringAttribute
The name attribute class. It enables setting user name for the profile.

NOTE: The maximum length of the user profile name is 100 characters.

EXAMPLE:

      UserProfile userProfile = new UserProfile.Builder()
                     .apply(Attribute.name().withValue("John"))
                     .build();
 

Method Summary

Methods inherited from class com.yandex.metrica.profile.StringAttribute

withValue, withValueIfUndefined, withValueReset

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait