getStringFlow

fun getStringFlow(propertyPath: String): Flow<String>

Creates or retrieves from cache a string property, represented as a cold Flow.

The collection of the flow may cause an exception. See getNumberFlow for details.

Return

A cold Flow of String values representing the property.

Parameters

propertyPath

The path to the property from this view model instance. Slash delimited to refer to nested properties.

See also