com.yandex.metrica.profile.StringAttribute


public class NameAttribute
extends StringAttribute
Методы класса задают имя пользовательского профиля.

ПРИМЕЧАНИЕ: Максимальная длина имени пользовательского профиля 100 символов.

ПРИМЕР:

      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