AdaptStrategy.Levitate.Strategy


The strategy that specifies when the associated pane should be levitated. Currently two strategies are supported - Always and SinglePaneOnly. A pane with Always strategy is supposed to be levitated whenever it's the current destination; on the other hand, one with SinglePaneOnly strategy is only supposed to be levitated when it's a single-pane layout.

Summary

Public companion properties

AdaptStrategy.Levitate.Strategy

Specifies that the associated pane should always be levitated when the navigation conditions meet, no matter it's a single-pane or multi-pane layout.

Cmn
AdaptStrategy.Levitate.Strategy

Specifies that the associated pane should only be levitated when the navigation conditions meet and it's a single-pane layout.

Cmn

Public functions

open String
Cmn

Public companion properties

Always

val AlwaysAdaptStrategy.Levitate.Strategy

Specifies that the associated pane should always be levitated when the navigation conditions meet, no matter it's a single-pane or multi-pane layout.

SinglePaneOnly

val SinglePaneOnlyAdaptStrategy.Levitate.Strategy

Specifies that the associated pane should only be levitated when the navigation conditions meet and it's a single-pane layout.

Public functions

toString

open fun toString(): String