RecencyDimension

Specifies criteria for including or excluding endpoints from a segment based on how recently an endpoint was active.

Types

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

Properties

Link copied to clipboard

The duration to use when determining whether an endpoint is active or inactive.

Link copied to clipboard

The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren't active within the specified duration are included in the segment.

Functions

Link copied to clipboard
inline fun copy(block: RecencyDimension.Builder.() -> Unit = {}): RecencyDimension
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