observePlaceDetailsUIUpdated
fun NavManagerService.observePlaceDetailsUIUpdated(activityName: String? = null): Flow<PlaceDetailsUIState>
Emits new objects when detailed information about the SearchResult is shown or hidden. For example, when the user has performed search and then clicked one of the found results, and then clicked "Back".
Parameters
activityName
The name of the activity the events of each must be observed. If null, events of the main activity will be observed.