invoke

operator fun invoke(findValue: Int): StorytellerListViewStyle

Allows retrieving a StorytellerListViewStyle by its integer value. If the findValue does not correspond to any known style, AUTO is returned as a default.

Return

The corresponding StorytellerListViewStyle, or AUTO if not found.

Parameters

findValue

The integer value of the desired style.