PanelTransitionSource

data class PanelTransitionSource(val source: KClass<out Panel>?)

The source 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 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.

See also

Parameters

source

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val source: KClass<out Panel>?

Extensions

Link copied to clipboard

Whether the transition comes from a Source panel.