EndpointUser

Specifies data for one or more attributes that describe the user who's associated with an endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more custom attributes that describe the user by associating a name with an array of values. For example, the value of an attribute named Interests might be: ["Science", "Music", "Travel"]. You can use these attributes as filter criteria when you create segments. Attribute names are case sensitive.

Link copied to clipboard

The unique identifier for the user.

Functions

Link copied to clipboard
inline fun copy(block: EndpointUser.Builder.() -> Unit = {}): EndpointUser
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String