IntentSortBy

Specifies attributes for sorting a list of intents.

Types

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

Properties

Link copied to clipboard

The attribute to use to sort the list of intents.

Link copied to clipboard

The order to sort the list. You can choose ascending or descending.

Functions

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