AnalyticsBinKey

An object containing the criterion by which to bin the results and the value that defines that bin.

Types

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

Properties

Link copied to clipboard

The criterion by which to bin the results.

Link copied to clipboard
val value: Long?

The value of the criterion that defines the bin.

Functions

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