OnNavigationEntrySetEventTrigger

@Serializable
@SerialName(value = "OnNavigationEntrySet")
data class OnNavigationEntrySetEventTrigger(val screenId: String) : EventTrigger

Fires on NestedNavigationGraph whenever an entry is displayed — including the start destination, and again every time navigation returns to that entry — carrying the entry's own screenId.

Constructors

Link copied to clipboard
constructor(screenId: String)

Properties

Link copied to clipboard
@SerialName(value = "screenId")
val screenId: String