FilipeLipan
10/21/2024, 4:43 PMSemanticsConfiguration
, but I’m wondering if it’s possible to get a value similar to what TalkBack would announce.
Currently, I'm using the following code:
node.config.getOrNull(SemanticsProperties.ContentDescription)
This only returns items that have a content description in order, which means every Text()
inside the composable is returned by this other Key
node.config.getOrNull(SemanticsProperties.Text)
However, I haven't found a way to merge both pieces of information to get the full content description.
Any suggestions?
node = SemanticsNode
config = SemanticsConfiguration
FilipeLipan
10/21/2024, 5:00 PMZach Klippenstein (he/him) [MOD]
10/21/2024, 5:12 PM