IntentOverride

Override settings to configure the intent state.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the intent. Only required when you're switching intents.

Link copied to clipboard

A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.

Functions

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