Package-level declarations

Functions

Link copied to clipboard
inline fun metricaProfile(init: UserProfile.Builder.() -> Unit): UserProfile

This method store a user profile. User profile is a set of user attributes. UserProfile details are displayed in the AppMetrica User profiles report. The UserProfile object should be passed to the AppMetrica server by using the YandexMetrica. reportUserProfile method. AppMetrica has some predefined attributes. You can use them or create own custom attributes. User profiles are stored on the AppMetrica server.

Link copied to clipboard
fun CounterAttribute.withDelta(value: Int): UserProfileUpdate<out bf>

Updates the counter attribute value with the specified delta value.

Link copied to clipboard
fun NumberAttribute.withValue(value: Int): UserProfileUpdate<out bf>

Updates the attribute with the specified value.