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.

Parameters

source

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

See also

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Inherited functions

Link copied to clipboard

Whether the transition comes from a Source panel.