SessionDataSortBy

An object specifying the measure and method by which to sort the session analytics data.

Types

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

Properties

Link copied to clipboard

The measure by which to sort the session analytics data.

Link copied to clipboard

Specifies whether to sort the results in ascending or descending order.

Functions

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