getNavigationData

abstract fun getNavigationData(dataId: String): Any?

Reads the navigation argument dataId this screen was opened with — read-only, there is no add/remove counterpart, since navigation arguments are fixed for the lifetime of a screen instance. The mechanism behind GetData's screenNavigationData() data source.

Return

the argument's value, or null if this screen wasn't opened with an argument under that id.