ThreePaneScaffoldDestinationItem



An item representing a navigation destination in a ThreePaneScaffold.

Summary

Public constructors

<T : Any?> ThreePaneScaffoldDestinationItem(
    pane: ThreePaneScaffoldRole,
    content: T?
)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

Public properties

T?

the optional content, or an id representing the content of the destination.

Cmn
ThreePaneScaffoldRole

the pane destination of the navigation.

Cmn

Public constructors

ThreePaneScaffoldDestinationItem

<T : Any?> ThreePaneScaffoldDestinationItem(
    pane: ThreePaneScaffoldRole,
    content: T? = null
)
Parameters
pane: ThreePaneScaffoldRole

the pane destination of the navigation.

content: T? = null

the optional content, or an id representing the content of the destination. The type T must be storable in a Bundle.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

content

val content: T?

the optional content, or an id representing the content of the destination. The type T must be storable in a Bundle.

pane

val paneThreePaneScaffoldRole

the pane destination of the navigation.