DialogSceneStrategy.Companion



Summary

Nested types

The key for NavEntry.metadata or Scene.metadata to indicate that an entry should be displayed within a Dialog.

Public functions

Map<StringAny>
dialog(dialogProperties: DialogProperties)

Function to be called on the NavEntry.metadata to mark this entry as something that should be displayed within a Dialog.

Cmn

Public functions

dialog

fun dialog(dialogProperties: DialogProperties = DialogProperties()): Map<StringAny>

Function to be called on the NavEntry.metadata to mark this entry as something that should be displayed within a Dialog.

Parameters
dialogProperties: DialogProperties = DialogProperties()

properties that should be passed to the containing Dialog.