DialogSceneStrategy.Companion


public static class DialogSceneStrategy.Companion


Summary

Public methods

static final @NonNull Map<@NonNull String, @NonNull Object>
dialog(@NonNull DialogProperties dialogProperties)

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

Public methods

dialog

Added in 1.0.0-alpha02
public static final @NonNull Map<@NonNull String, @NonNull Objectdialog(@NonNull DialogProperties dialogProperties)

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

Parameters
@NonNull DialogProperties dialogProperties

properties that should be passed to the containing Dialog.