SegmentDimensions

Specifies the dimension settings for a segment.

Types

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

Properties

Link copied to clipboard

One or more custom attributes to use as criteria for the segment.

Link copied to clipboard

The behavior-based criteria, such as how recently users have used your app, for the segment.

Link copied to clipboard

The demographic-based criteria, such as device platform, for the segment.

Link copied to clipboard

The location-based criteria, such as region or GPS coordinates, for the segment.

Link copied to clipboard

One or more custom metrics to use as criteria for the segment.

Link copied to clipboard

One or more custom user attributes to use as criteria for the segment.

Functions

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