PanelTransitionDestination

data class PanelTransitionDestination(val destination: KClass<out Panel>?)

The destination of an information transition between panels.

The information transition starts when a panel is closed and the information is visually transferred to another panel, like when dismissing by swipe or by pressing an accept button. For example, an incoming call notification may transition to a main process panel showing the call progress.

The transition does not transfer the data but rather an intent. The destination panel obtains its information by other means.

Parameters

destination

A class reference of the type of panel that the information transitions to.

See also

Constructors

Link copied to clipboard
constructor(destination: KClass<out Panel>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Whether the transition goes to a Destination panel.