AggregationKey

Key-value collection that indicate how notifications are grouped.

Types

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

Properties

Link copied to clipboard

Indicates the type of aggregation key.

Link copied to clipboard

Indicates the value associated with the aggregation key name.

Functions

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