MatchRationaleItem

sealed class MatchRationaleItem

A rationale indicating why this item was matched by search.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

A list of TextMatchItems.

Functions

Link copied to clipboard

Casts this MatchRationaleItem as a TextMatches and retrieves its kotlin.collections.List value. Throws an exception if the MatchRationaleItem is not a TextMatches.

Link copied to clipboard

Casts this MatchRationaleItem as a TextMatches and retrieves its kotlin.collections.List value. Returns null if the MatchRationaleItem is not a TextMatches.