public static class UserProfile.Builder
extends java.lang.Object
UserProfile objects.| Modifier and Type | Method and Description |
|---|---|
UserProfile.Builder |
apply(UserProfileUpdate<? extends com.yandex.metrica.impl.profile.UserProfileUpdatePatcher> userProfileUpdate)
Applies user profile update.
|
UserProfile |
build()
Creates the
UserProfile instance. |
public UserProfile.Builder apply(@NonNull UserProfileUpdate<? extends com.yandex.metrica.impl.profile.UserProfileUpdatePatcher> userProfileUpdate)
YandexMetrica.reportUserProfile(UserProfile) method to send updated data
to the AppMetrica server.userProfileUpdate - The UserProfileUpdate object of the attribute
update.UserProfile.Builder object@NonNull public UserProfile build()
UserProfile instance.UserProfile object